MOTDT
MOTDT copied to clipboard
from utils.nms.gpu_nms import gpu_nms
there is no gpu_nms.py file, should I just use cpu?
seems like several files lost
Have you managed to find a fix for this?
It works for me to downgrade pytorch1.0.1 with cuda10 to pytorch0.4.1 with cuda9.0. Also make sure the cudatoolkit and nvidia driver installed in the system match with your pytorch version.