yolov9 icon indicating copy to clipboard operation
yolov9 copied to clipboard

Why don't the parameters match?

Open zrg0712 opened this issue 1 year ago • 3 comments

yolov9-c The table shows 25.3M, but myself tested results is 51.3M use thop packages

zrg0712 avatar Feb 29 '24 02:02 zrg0712

Please use yolov9-c-converted.pt for testing.

51.3M is model for training, 25.3M is model for inference. You could get model for inference using https://github.com/WongKinYiu/yolov9?tab=readme-ov-file#re-parameterization.

WongKinYiu avatar Feb 29 '24 02:02 WongKinYiu

how can I use the reparam script to rebuild the new .pt training on other datasets,could you please tell me that?

lifeternity avatar Feb 29 '24 05:02 lifeternity

Follow yolov9-c.yaml and gelan-c.yaml to create your model for inference. And modify the .pt and .yaml in the script. If you design your own architecture, please check if the idx mapping is correct.

WongKinYiu avatar Mar 01 '24 02:03 WongKinYiu

yolov9-c The table shows 25.3M, but myself tested results is 51.3M use thop packages

我也遇到了这个问题,请问你解决了吗

wgqhandsome avatar Mar 06 '24 08:03 wgqhandsome