运行mmsegmentation可能遇到的bug

目录

问题一:

问题二:

问题三:


问题一:

ImportError: /data/tangyujin/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/mmcv/_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv

解决方案:

卸载mmcv-full,重装,建议按我的另外一个博客运行成功的代码全部重装!

问题二:

RuntimeError: unexpected EOF, expected 1279418 more bytes. The file might be corrupted.

解决方案:

这是因为使用Pytorch下载网络模型时由于网络等的原因导致模型参数下载不完整造成的,我们可以去到下载模型的文件夹中将其删除,然后再重新下载。

问题三:

UserWarning: "ImageToTensor" pipeline is replaced by "DefaultFormatBundle" for batch inference. It is recommended to manually replace it in the test data pipeline in your config file.

解决方案:

在mmdetection/configs/base/datasets/coco_detection.py下面修改对应的py文件

你可能感兴趣的:(Bug,MMLab,bug)