Skip to content

Commit

Permalink
fix :169 miss 's'
Browse files Browse the repository at this point in the history
  • Loading branch information
lzmisscc committed Jan 10, 2022
1 parent c9b62db commit 585d302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/export_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def cli_main():
model = YOLOv5.load_from_yolov5(
checkpoint_path,
size=tuple(image_size),
core_thresh=args.score_thresh,
score_thresh=args.score_thresh,
version=args.version,
)
model.eval()
Expand Down

0 comments on commit 585d302

Please sign in to comment.