Parth Malpathak
Parth Malpathak
Has anybody attempted using ONNX for YOLOv5? I was able to change the script to generate yolov5n6.onnx but I am getting shape errors through demo_postprocess in onnx_inference.py. @iamrajee @ifzhang
Added support for YOLOv5 tiny and nano models to Bytetrack. Many thanks to @ifzhang and @gmt710 for their work on ByteTrack and YOLOv5 implementation.
I am trying to use YOLOFPN instead of YOLOPAFPN for backbone. But I am running into some issues. Is it possible to solely use YOLOFPN as backbone for YOLOX?
Hello, were you able to run train.py and track.py using yolov5?