AlibabaResearch / efficientteacher

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

SSOD training #127

Open mahajanneal opened 10 months ago

mahajanneal commented 10 months ago

Hello,

Thank you for this great tool! I am trying to run SSOD using my converted yolov5l model. The instructions for SSOD on the README say:

"change the target: data_custom_target.txt to target:unlabel.txt in yolov5l_custom.yaml, and paste the following config into yolov5l_custom.yaml:"

I can't find target in yolov5l_custom.yaml. Should I add it to the Dataset section?

Thank you!