Skip to content

Commit 09ce42f

Browse files
committed
Fix typo in comment of darknet.py, correcting "anotation" to "annotation" for improved clarity.
1 parent 962f395 commit 09ce42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fmpose3d/lib/yolov3/darknet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def create_modules(blocks):
216216
except:
217217
end = 0
218218

219-
# Positive anotation
219+
# Positive annotation
220220
if start > 0:
221221
start = start - index
222222

0 commit comments

Comments
 (0)