YuHengsss / YOLOV

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

How to start video training? #19

Closed ResonWang closed 1 year ago

ResonWang commented 1 year ago

I've seen the docs but didn't find guidance on how to start video training. Should I start with vid_train.py? And if I have a trained detector, what should I do then to continue the video training part ?

Yipzcc commented 1 year ago

@WangRuixin93 Can you tell me how to start video training. Thank you!!!

kangkang189 commented 1 year ago

hello,i meet some problems when i use"python tools/vid_train.py -f exps/yolov/yolov_x.py -c weights/yolov_x.pth -b 16 -d 2"to train the model ,i got wrong map ,do you know the correct command to get the correct map?thanks!

Yipzcc commented 1 year ago

@kangkang189 please use the weights of yolox_s.pth like python tools/vid_train.py -f exps/yolov/yolov_x.py -c weights/yolox_s.pth -b 16 -d 2