AlibabaResearch / efficientteacher

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

单卡训练 #82

Open thestars-maker opened 1 year ago

thestars-maker commented 1 year ago

efficient teacher是直接在pytorch上写的嘛,mmdetection这些框架复现一些东西总是出问题 如果我是单卡,是否可以采用该模型在一个小数据集上实现半监督检测呢? 如何将我的数据集制作成efficient teacher所需要的label,unlabel这种数据集格式呢?