pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
709
stars
237
forks
source link
from .nms.cpu_nms import cpu_nms, cpu_soft_nms ImportError: /home/gabriel/PytorchSSD/utils/nms/cpu_nms.so: undefined symbol: _Py_ZeroStruct #108
Open
Gabriel-Arredondo opened 2 years ago
just ran into this import error while trying to run train_test.py.... how can i solve it?