Yongqiang Zhang
Yongqiang Zhang
@szq0214 , how to solve the error ```ModuleNotFoundError: No module named 'shake_shake_main```? Could you please upload the file "shake_shake_main", thanks.
@luoxier , thx.
@pnnnnnnn , Is the trained results right?
@pnnnnnnn , what is the meaning of "uncomment all "from .utils.bbox import box_op" and change "box_op" to "bbox_overlaps""? comment or uncomment?
@pnnnnnnn do you check the box_op and bbox_overlaps have the same function?
"No module named cython_bbox" and "No module named bbox" are solved by your compiled ```utils.zip``` files. But there is a new error ```from nms.gpu_nms import gpu_nms; ImportError: No module named...
nms works, thank you very much.