sunnyxiaohu / R-C3D.pytorch

R-C3D pytorch implementation
248 stars 67 forks source link

A error in nms_cpu.py #42

Open LiChenyang-Github opened 4 years ago

LiChenyang-Github commented 4 years ago

Thank the author for the fabulous work first! I found a tiny error as following: order = order[inds] should be order = order[inds + 1]

link

sunnyxiaohu commented 4 years ago

Thanks for your kindly remind. I have fixed it.~~