我正在尝试使用本地机器中的jupyter笔记本设置一个Keras RetinaNet,下面是github链接。https://github.com/fizyr/keras-retinanet
我正面临着以下命令的问题
!keras_retinanet/bin/train.py --freeze-backbone --random-transform --batch-size 20 --steps 100 --epochs 2 csv annotations.csv classes.csv我正在使用Anaconda,我也在cmd下面尝试过
pip install keras-retinanet预期输出
使用TensorFlow后端。2019年-05-16 07:09:08.796839: i tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU频率: 2300000000 Hz
发布于 2021-04-28 13:55:50
这可能已经晚了,但是对于其他可能感兴趣的人来说,错误是因为keras_retinanet不在您的系统路径上。如何解决这个问题:
https://stackoverflow.com/questions/56297644
复制相似问题