MOTDT icon indicating copy to clipboard operation
MOTDT copied to clipboard

from utils.nms.gpu_nms import gpu_nms

Open hiteyoshi opened this issue 6 years ago • 3 comments

there is no gpu_nms.py file, should I just use cpu?

hiteyoshi avatar Jul 30 '18 02:07 hiteyoshi

seems like several files lost

hiteyoshi avatar Jul 30 '18 03:07 hiteyoshi

Have you managed to find a fix for this?

mohammed-amr avatar May 03 '19 20:05 mohammed-amr

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.

JierunChen avatar Jun 24 '19 08:06 JierunChen