我正在使用Tensorflow-Api进行对象检测,并且正在使用ssd_mobilenet_v1预先训练的模型,因此在使用此命令进行训练时:
python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_coco.config
我收到下面显示的错误
回溯(最近一次通话最后一次):文件“ train.py”,第51行,在 从object_detection.builders导入model_builder文件“ C:\ tensorflow1 \ models \ research \ object_detection \ builders \ model_builder.py”, 第47行,在 来自object_detection.models.ssd_mobilenet_v1_keras_feature_extractor 导入SSDMobileNetV1KerasFeatureExtractor ModuleNotFoundError:否 模块命名 'object_detection.models.ssd_mobilenet_v1_keras_feature_extractor'
当我尝试修复第一个错误时,发生了此错误:
ImportError: No module named nets
预先感谢