YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
278 stars 39 forks source link

Do I need to train yolox and then train yolov when I train my data set? I don't see a correlation between the two models. #43

Closed tgf123 closed 1 year ago

tgf123 commented 1 year ago

Do I need to train yolox and then train yolov when I train my data set? I don't see a correlation between the two models.

YuHengsss commented 1 year ago

Do I need to train yolox and then train yolov when I train my data set? I don't see a correlation between the two models.

Hello, yolov should take the pretrain weights of yolox for we do not BP paramaters in yolox model. You can find more details in our paper.

tgf123 commented 1 year ago

That is, when I train my data set, I need to train yolox first, and then train yolox trained weights in yolov

YuHengsss commented 1 year ago

yep

tgf123 commented 1 year ago

是的

I have noted. Thank you very much for your reply

tgf123 commented 1 year ago

Could you be a little more specific?

tgf123 commented 1 year ago

about not BP paramaters in yolox model

tgf123 commented 1 year ago

Do you mean there are no BP paramaters in the yolox section of the yolov model?

YuHengsss commented 1 year ago

Check the code bro

tgf123 commented 1 year ago

Check the code bro Ok, I'll take a closer look. Thank you for your reply