yqyao / SSD_Pytorch

support different SSDs and different scale test, support refineDet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About test your code

ylc2580 opened this issue · comments

hi,
when I run your test code, I meet this,
Traceback (most recent call last):
File "demo.py", line 11, in
from data import COCODetection, VOCDetection, detection_collate, BaseTransform, preproc
File "D:\SSD\Pytorch\SSD_Pytorch-master\SSD_Pytorch-master\data_init_.py", line 4, in
from .data_augment import *
File "D:\SSD\Pytorch\SSD_Pytorch-master\SSD_Pytorch-master\data\data_augment.py", line 18, in
from utils.box_utils import matrix_iou
File "D:\SSD\Pytorch\SSD_Pytorch-master\SSD_Pytorch-master\utils\box_utils.py", line 6, in
from utils.nms.cpu_nms import get_iou_weights, get_mask
ModuleNotFoundError: No module named 'utils.nms.cpu_nms'
could you tell me how to deal?
And I used your code in windows.thank you very much!

commented

do you run the ./make.sh? @ylc2580