Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 29, 2019
1 parent 587522e commit 7e6e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def detect(

# Initialize model
if ONNX_EXPORT:
s = (416, 416) # onnx model image size
s = (416, 416) # onnx model image size (height, width)
model = Darknet(cfg, s)
else:
model = Darknet(cfg, img_size)
Expand Down

0 comments on commit 7e6e189

Please sign in to comment.