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

ImportError: No module named progressbar #18

Open
Laudarisd opened this issue Mar 20, 2020 · 0 comments
Open

ImportError: No module named progressbar #18

Laudarisd opened this issue Mar 20, 2020 · 0 comments

Comments

@Laudarisd
Copy link

Hello,
I am getting this error while running train.py in my custom data. i followed all the instruction very carefully.
I install progressbar like pip3 install progressbar. But it still throws same error.
Any idea to solve this problem??

my error----------------

keras_retinanet/bin/train.py --weights ./resnet50_coco_best_v2.1.0.h5 csv train_annotations data/train.csv data/classes.csv --val-annotations test.csv
Using TensorFlow backend.
Traceback (most recent call last):
  File "keras_retinanet/bin/train.py", line 39, in <module>
    from ..callbacks.eval import Evaluate
  File "keras_retinanet/bin/../../keras_retinanet/callbacks/eval.py", line 18, in <module>
    from ..utils.eval import evaluate
  File "keras_retinanet/bin/../../keras_retinanet/utils/eval.py", line 25, in <module>
    import progressbar
ImportError: No module named progressbar
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

1 participant