我正在尝试在colab上训练TF对象检测模型,并且在$ PYTHONPATH中添加了'slim'
['/env/python', '/content/gdrive/My\\ Drive/Real_Traffic_Vehicle_Detector/models/research', '/content/gdrive/My\\ Drive/Real_Traffic_Vehicle_Detector/models/research/slim', '/content/gdrive/My\\Drive/Real_Traffic_Vehicle_Detector/models/research/object_detection',
但是即使那样,当我尝试运行train.py文件时,它仍然显示错误,提示没有名为“ nets”的模块。有人可以帮我吗?
警告:tensorflow:TensorFlow contrib模块将不包括在内 在TensorFlow 2.0中。有关更多信息,请参见:* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons * https://github.com/tensorflow/io(适用于与I / O相关的操作) 关于此处未列出的功能,请提出问题。
回溯(最近一次通话最后一次):文件“ train.py”,第52行,在 从object_detection.builders导入model_builder文件“ /usr/local/lib/python3.6/dist-packages/object_detection/builders/model_builder.py”, 第35行,在 从object_detection.models导入fast_rcnn_inception_resnet_v2_feature_extractor作为frcnn_inc_res
文件 “ /usr/local/lib/python3.6/dist-packages/object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor.py”, 第28行,在 从nets导入inception_resnet_v2 ModuleNotFoundError:没有名为“ nets”的模块
答案 0 :(得分:0)
您应该更改
My\\ Drive
为了公正
My Drive
因为它已经在字符串引号中。