Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed May 27, 2022
1 parent 75707d4 commit 6030ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdfsd_yolov5/prediction/auto_prediction_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def auto_prediction_pipeline(opts_file: Optional[str] = None,
if not OPTS['weights'] and OPTS['model_version'] == 'latest':
dmw = download_weights.DownloadModelWeights(OPTS['model_version'])
skip_download = False
if args.show_config:
if args.show_opts:
skip_download = True
weights, weights_url, weights_model_ver = dmw.get_weights(
skip_download=skip_download)
Expand Down

0 comments on commit 6030ec8

Please sign in to comment.