
python模块安装
canpian7
这个作者很懒,什么都没留下…
展开
-
编译nms报错
编译nms报错原因pytorch版本过高,使用pytorch1.4就可以编译原创 2022-05-13 21:29:52 · 535 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘mmcv._ext‘
错误说明:> ModuleNotFoundError: No module named 'mmcv._ext'需要安装mmcv-fullpip install mmcv-full==1.4.2-f https://download.openmmlab.com/mmcv/dist/cu101/torch1.7.0/index.html按照自己的版本查找到https://github.com/open-mmlab/mmcv...原创 2022-05-13 19:53:23 · 1797 阅读 · 1 评论 -
AttributeError: ‘str‘ object has no attribute ‘decode‘
model_config = json.loads(model_config.decode(‘utf-8’))AttributeError: ‘str’ object has no attribute ‘decode’解决:pip install tensorflow h5py==2.10.0原创 2022-05-08 19:52:54 · 796 阅读 · 0 评论 -
pytorch下载过慢
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.1 -c pytorch把-c pytorch去掉会下载很快conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.1原创 2022-04-10 09:36:51 · 1588 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘tqdm‘
pip install tqdm -i https://pypi.douban.com/simple/原创 2021-07-09 13:29:28 · 1347 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘scipy‘
pip install scipy -i https://pypi.douban.com/simple/原创 2021-07-09 13:28:19 · 433 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘matplotlib‘
python -m pip install matplotlib -i https://pypi.douban.com/s imple/原创 2021-07-09 13:26:26 · 188 阅读 · 0 评论 -
python 工具网站
https://www.lfd.uci.edu/~gohlke/pythonlibs/安装:只需要下载相应的python版本的包就行原创 2021-04-02 21:23:02 · 171 阅读 · 0 评论 -
error: F:\car\dataset\cocoapi-master\pycocotools\_mask.pyx
问题描述error: F:\car\dataset\cocoapi-master\pycocotools_mask.pyx安装cocoapi时出现报错代码路径 cocoapi当执行python PythonAPI\setup.py build_ext install报错running build_extcythoning pycocotools/_mask.pyx to pycocotools_mask.cerror: F:\car\dataset\cocoapi-master\p原创 2021-04-01 15:15:44 · 983 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘skimage‘
conda install scikit-image原创 2021-03-15 12:52:54 · 2157 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘cv2‘
pip install opencv-python原创 2021-03-14 22:07:30 · 296 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘tensorboardX‘
pip install tensorboardX -i https://pypi.douban.com/simple/原创 2021-03-14 22:11:42 · 16518 阅读 · 3 评论