lzx1413 / PytorchSSD

pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
MIT License
709 stars 237 forks source link

ImportError: cannot import name '_mask' from 'pycocotools' #84

Closed CS-Jackson closed 5 years ago

CS-Jackson commented 5 years ago

Hi, @lzx1413 . When I run the train_test.py, this error occurs. I have run the make.sh and it seems work. So can you give me some advice? I run the code in anaconda3's virtual env, python=3.5, pytorch=0.4.1, cuda9.0

CS-Jackson commented 5 years ago

Good news. I have solved this problem.

liu52020 commented 3 years ago

How did you solve it?