Deep-Feature-Flow
Deep-Feature-Flow copied to clipboard
Testing model by dff_rfcn_test.py but the program hang
Hi, I run dff_rfcn_test.py to test model's mAP. However after it print the mAP, the program hang and never stop. I find out there is multiprocessing.pool to do parallel evaluation. I think here cause the hang problem. I hope there are some solution to exit program normally. Not kill -9 PID or os._exit(0). Any idea how to fix it ? Thanks very much !!
@andyhahaha I have the same question, how did u solve it? thx