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

关于无标签的图片问题 #67

Closed greedy-hat closed 1 year ago

greedy-hat commented 1 year ago

image

greedy-hat commented 1 year ago

已解决

jaideep11061982 commented 1 year ago

@greedy-hat
were you able to replicate the results on custom data set. I am truly confused for steps to follow for Custom Data set which is mentioned. It am not clear which Pretrained weights of YoloL to be used, trained on partial custom data set whose unlabelled images to be labelled or Pretrained on Coco dataset that we should take 1) --what kind of supervised training is below step referring to ? Supervised Training(Optional) modify the train: data/custom_train.txt in yolov5l_custom.yaml, and then enter the following script. export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" python -m torch.distributed.launch --nproc_per_node 8 --master_addr 127.0.0.2 --master_port 29502 train.py --cfg configs/sup/custom/yolov5l_custom.yaml

2) --What are the weights to be given as pretrained weights in this step ? SSOD Training export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" python -m torch.distributed.launch --nproc_per_node 8 --master_addr 127.0.0.2 --master_port 29502 train.py --cfg configs/sup/custom/yolov5l_custom.yaml

3) Also What do they mean by direct start of SSOD training "Start SSOD Training derectly"

4) How do we check if our unlabelled data is labelled properly or not ,using which weights ?

greedy-hat commented 1 year ago

关于第一个问题,作者是多卡训练所需要的配置,自己可以自行修改;第二个问题,它的预训练权重是定义在它的yaml文件中,第三个问题不太清楚

Adonis-Lbc commented 10 months ago

已解决

请问您是如何解决的?

YunFy26 commented 8 months ago

请问您是如何解决的?

YunFy26 commented 8 months ago

已解决

请问您是如何解决的?

请问您解决了吗