Open lixiangyussss opened 2 years ago
between Detection and IDetection function part
between Detection and IDetection function part Which one has higher accuracy, how much higher, do I need to replace v7.yaml in cfg/training and retrain to represent yolov7 with new results?
Models in cfg/training are training-time models, after finish training, we re-parameterized them into inference-time models in cfg/deploy.
cfg/training 中的模型是训练时模型,训练完成后,我们将它们重新参数化为 cfg/deploy 中的推理时模型。 Ok thanks, then if I want to compare the experimental results with v7 in my paper, what should I do?
Both have same results, if you want to reproduce training procedure, please use cfg/training.
两者的结果相同,如果要重现训练过程,请使用 cfg/training。
Got it. All right. Thank you
来自台湾的朋友,Would you please tell us how to use cfg/deploy,means how to re-parameterize? Thank you!
What is the difference between yolov7.yaml in cfg/deploy and cfg/training