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
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
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: