source code - Pytorch (use to reproduce results): https://github.com/WongKinYiu/yolov7
darknet_ros: https://github.com/Ar-Ray-code/darknet_ros_fp16
YOLOv7:
YOLOv7x:
YOLOv7-tiny-leaky-relu:
Darknet cfg/weights file - currently tested for inference only:
Test FPS:
without NMS: darknet.exe detector demo cfg/coco.data cfg/yolov7-tiny.cfg yolov7-tiny.weights test.mp4 -benchmark
with NMS: darknet.exe detector demo cfg/coco.data cfg/yolov7-tiny.cfg yolov7-tiny.weights test.mp4 -dont_show