hulong
Results
1
issues of
hulong
Description: I got YOLOv4 ONNX mode (yolov4_1_3_608_608_static.onnx) from https://github.com/Tianxiaomo/pytorch-YOLOv4, then used the command : "python .\onnx_add_nms_plugin.py -f .\yolov4_1_3_608_608_static.onnx -t 2000 -k 100 " to add "BatchedNMS_TRT" layer,and got a new...