Firstly, thank you very much for publishing the GPU accelerated NMS codes. I am planning on implementing your work on a real-time people detection system using YOLO on a jetson board.
In your readme.file, you mentioned about a NMS method called "Merge+DIoU+TorchVision". Which "method" string in the code activates this NMS mode?
Dear @Zzh-tju,
Firstly, thank you very much for publishing the GPU accelerated NMS codes. I am planning on implementing your work on a real-time people detection system using YOLO on a jetson board.
In your readme.file, you mentioned about a NMS method called "Merge+DIoU+TorchVision". Which "method" string in the code activates this NMS mode?
With best, @Mechazo11