AlibabaResearch / efficientteacher

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

请问有人可以在自己的数据集使用efficientteacher取得效果提升么 #19

Open meton-robean opened 1 year ago

kikucxj commented 1 year ago

我试过没有本来监督学习效果好,还在调参排查

Ma-Liang-hub commented 1 year ago

我比有监督的模型提升了0.8%,用了10%的有标签数据(300张)

BowieHsu commented 1 year ago

@Ma-Liang-hub 有监督也是只用10%的数据训练的吗?还是全量数据

Ma-Liang-hub commented 1 year ago

@Ma-Liang-hub 有监督也是只用10%的数据训练的吗?还是全量数据

有监督用的全量数据,是在yolo标准工程下训的,然后拿训好的模型在ET上直接半监督

greedy-hat commented 1 year ago

请问一下,调参了,还是直接训练了,方便加个好友吗,交流一下

easycome2009 commented 1 year ago

自己模型训练,是 burn_in 先设置监督的 epoch,然后后续无监督吗?burn_in 设置的多少 epoch

xiaowu77 commented 1 year ago

@Ma-Liang-hub 你是直接跑的半监督吗,前期有设置burn_in epoch嘛