You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: