yqyao / SSD_Pytorch

support different SSDs and different scale test, support refineDet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot import name 'namedtuple'

RichardHWD opened this issue · comments

python build.py build_ext --inplace总是爆出 cannot import name 'namedtuple',怎么回事啊老哥

I solve this problem.Because you have create your own collections module in /utils.

I solve this problem.Because you have create your own collections module in /utils.
怎么解决的啊?有具体做法没

解决了,做法就是删除ssd_pytorch项目中util文件夹下的collections.py文件就行
如果出现没有……36m……文件,就把 make.sh中关于mv……的两行代码注释掉就行,然后重新sh ./make.sh