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

Unable to run train.py Keras retinanet in Ubuntu on Remote server #71

Open
shreyapriya700 opened this issue Apr 11, 2020 · 1 comment
Open

Comments

@shreyapriya700
Copy link

python3 train.py csv home/shpriya/dataset/dataset/Annotations.csv home/shpriya/dataset/dataset/Class.csv
Erro is as follows;
train.py: error: unrecognized arguments: csv home/shpriya/dataset/dataset/Annotations.csv home/shpriya/dataset/dataset/Class.csv

This is not unrecognized argument I am following github link
https://github.com/fizyr/keras-retinanet and as per instructions

Running directly from the repository:

keras_retinanet/bin/train.py csv /path/to/csv/file/containing/annotations /path/to/csv/file/containing/classes

Please help me! I am stuck!

@krishh-konar
Copy link

going just by the comment, looks like your path is wrong.
it should be
python3 train.py csv /home/shpriya/dataset/dataset/Annotations.csv home/shpriya/dataset/dataset/Class.csv

instead of

python3 train.py csv home/shpriya/dataset/dataset/Annotations.csv home/shpriya/dataset/dataset/Class.csv

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

No branches or pull requests

2 participants