AlibabaResearch / efficientteacher

A Supervised and Semi-Supervised Object Detection Library for YOLO Series
GNU General Public License v3.0
805 stars 147 forks source link

验证集是否用于训练中?Does Val set be used in training? #108

Open Shuixin-Li opened 1 year ago

Shuixin-Li commented 1 year ago

Does val set be used in training ? Or the val set just used to calculate the mAP? What is the difference of test set and val set here?

kv1830 commented 1 year ago

跟yolov5的用法是一样的,可以在单独跑val.py的时候指定--task test,用test集来验证,除此之外没别的用处。 训练过程中用的几个dataloader在trainer/ssod_trainer.py build_dataloader()可以看到