yqyao / SSD_Pytorch

support different SSDs and different scale test, support refineDet.
MIT License
148 stars 51 forks source link

when i make the make.sh file,there is a error #23

Closed wanghaokevin closed 5 years ago

wanghaokevin commented 5 years ago

`Error processing line 1 of /home/whao/anaconda3/envs/torch/lib/python3.6/site-packages/matplotlib-3.0.2-py3.6-nspkg.pth:

Failed to import the site module Traceback (most recent call last): File "/home/whao/anaconda3/envs/torch/lib/python3.6/site.py", line 168, in addpackage exec(line) File "", line 1, in File "/home/whao/anaconda3/envs/torch/lib/python3.6/types.py", line 171, in import functools as _functools File "/home/whao/anaconda3/envs/torch/lib/python3.6/functools.py", line 21, in from collections import namedtuple ImportError: cannot import name 'namedtuple'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/whao/anaconda3/envs/torch/lib/python3.6/site.py", line 550, in main() File "/home/whao/anaconda3/envs/torch/lib/python3.6/site.py", line 532, in main known_paths = addsitepackages(known_paths) File "/home/whao/anaconda3/envs/torch/lib/python3.6/site.py", line 320, in addsitepackages addsitedir(sitedir, known_paths) File "/home/whao/anaconda3/envs/torch/lib/python3.6/site.py", line 207, in addsitedir addpackage(sitedir, name, known_paths) File "/home/whao/anaconda3/envs/torch/lib/python3.6/site.py", line 178, in addpackage import traceback File "/home/whao/anaconda3/envs/torch/lib/python3.6/traceback.py", line 5, in import linecache File "/home/whao/anaconda3/envs/torch/lib/python3.6/linecache.py", line 8, in import functools File "/home/whao/anaconda3/envs/torch/lib/python3.6/functools.py", line 21, in from collections import namedtuple ImportError: cannot import name 'namedtuple' mv: 无法获取'nms/cpu_nms.cpython-36m-x86_64-linux-gnu.so' 的文件状态(stat): 没有那个文件或目录 mv: 无法获取'nms/gpu_nms.cpython-36m-x86_64-linux-gnu.so' 的文件状态(stat): 没有那个文件或目录 `

wanghaokevin commented 5 years ago

I also have changed the code like https://github.com/rbgirshick/py-faster-rcnn/issues/706

yqyao commented 5 years ago

try to delete it? @whao246

wanghaokevin commented 5 years ago

try to delete it? @whao246 delete the make.sh file?@yqyao

yqyao commented 5 years ago

delete mv nms/cpu_nms.cpython-36m-x86_64-linux-gnu.so nms/cpu_nms.so mv nms/gpu_nms.cpython-36m-x86_64-linux-gnu.so nms/gpu_nms.so @whao246