Closed CrazyStoneonRoad closed 5 years ago
I tried to debug with my files, found out the error happened in: mmdet/ops/nms/nms_wrapper.py
ln 43 inds = nms_cuda.nms( dets_th, iou_thr)
This problem seems to be a compiling error of .cpp files or .cu file under mmdet/ops/nms/src/
.
OS & Env: Python 3.7.3 GCC 7.3.0 PyTorch 1.2.0 (install with pip) CUDA 10.1 gcc 4.8.5 g++ 4.9 ubuntu 14.04.6
This error is because of gcc version.
I finally upgraded gcc to 5.4 and g++ to 5.5.
After that, I removed the old mmdetection folder, and unzip a new one, then python setup.py develop
.
Then I repeated what have been done before, and it started running.
hi im facing the same problem,
it did nothing after an hour
gcc --version = 5.4
pytorch = 1.1 cuda = 9.0
I'm sorry, but I don't think we have the same problem.
My running returned Segment error (core dumped)
after several seconds.
But I still suggest you to check your g++ installation. (not gcc ! )
When I start to train faster-rcnn-r50 on my own dataset, there's a problem I cannot figure out.
I defined my own data set type and initialized it.
My configurations:
Finally when I try to start training, I got: