Hi Matija
I've been experimenting with Ultralytics HUB- which I'd assume uses the latest YOLOv5.
I did the training locally (basically uses YOLOv5 running in a Docker container) so unfortunately don't have the logs or Wanb record with exact train.py flags
Ultralytics HUB shows basic info:
I believe this is the same as --img 640 --epochs 300
etc
I've put the luxonis tools output and original .pt and YOLOv5 .onnx export here
I did notice in Netron the image size is clear in the first node in the .onnx format, but not in the original .pt (that the onnx was produced from)
thanks in advance
Andrew