Ken Yu

Results 2 comments of Ken Yu

I had a similar problem and solved it by changing gpu_nms() to py_cpu_nms(). For anyone who want to try this method: 1. Edit rpn_util.py at Line 16 `# from lib.nms.gpu_nms...

I encountered the same problem and solved it by change the optimizer from SGD to Adams. For anyone wants to try this, change the Line 43 in train.py. `minimizer =...