Haozhi Qi

Results 23 comments of Haozhi Qi

@qinhaifangpku I use iter_size = 8 in the solver, in order to simulate the 8gpu training described in paper. Thus the time should be 1.5s/iter in your case. Maybe that...

This is an incorrect setting in the demo.py. The cfg.GPU_ID is not reset in your case. Therefore the nms will output some incorrect values that cause illegal memory accessing. It...

The issue may be caused by your cython version. What's your cython version?