pytorch-faster-rcnn
pytorch-faster-rcnn copied to clipboard
Command terminated by signal 11
when i implement the test experiment using command
GPU_ID=0 ./experiments/scripts/test_faster_rcnn.sh $GPU_ID pascal_voc_0712 res101
one error happened " Command terminated by signal 11". Moreover, when i run the demo in "/tools" folder, the segfalt (core dump) appears although we get the expected object detection results in tested images.
The same error. Have you solved it?
It's the same as mine. I hope someone can solve it.
Did anyone figure out why this error occurs? I am facing the same problem.
I met the same error, nor is it an error caused by limit of memory problems. Did anyone solve this problem ?