Skip to content

Commit

Permalink
Hotfix: config error
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiyou12 committed Oct 18, 2018
1 parent a75e662 commit 7bfe591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dish.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def detect_and_color_splash(model, image_path=None, video_path=None):
# Configurations
if args.command == "train":
dish_config = DishConfig()
dish_config = dish_config.add_args(**dict(args.pairs))
dish_config.add_args(**dict(args.pairs))
config = dish_config
else:
config = DishIngerenceConfig()
Expand Down

0 comments on commit 7bfe591

Please sign in to comment.