Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix parameters' name in yolo_video.py #543

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yush1ga
Copy link

@yush1ga yush1ga commented Aug 29, 2019

This PR fixes #220.

Some parameters in yolo_video.py don't work.
I fix following parameters.

  • --model to --model-path
  • --anchors to --anchors-path
  • --classes to --classes-path

@tuanzhangCS
Copy link

I think it might be better to add code:
dest='model_path'
dest='anchors_path'
dest='classes_path'

@hwchase17
Copy link

i would update readme as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect arg parsing for yolo_video?
3 participants