Skip to content

Commit

Permalink
Remove unnessesary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 15, 2025
1 parent 7310bce commit 3b6bb4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yoeo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def load_darknet_weights(self, weights_path):
cutoff = None
# If the weights file has a cutoff, we can find out about it by looking at the filename
# examples: darknet53.conv.74 -> cutoff is 74
# For yoeov7 tiny 88
filename = os.path.basename(weights_path)
if ".conv." in filename:
try:
Expand Down

0 comments on commit 3b6bb4a

Please sign in to comment.