Mr.Felix

Results 14 comments of Mr.Felix

那还是你没有训练成功,看看超参和数据读取文件

不好意思。数据的读入代码仔细检查一下,估计是那里的问题

And I'm also curious about the loss weight.Why cls_loss_weight is bigger than reg_loss_weight, according to my analysis, the cls is easier than reg, and reg loss should be important to...

The same question with above 4. If I have my own coco-format dataset, how should I use generate_random_supervised_seed_yolo.py, and what is the function of "COCO_supervision_10.json"? @luogen1996

@yjcreation I have trained successfully.What problem have you meet?

> > @yjcreation I have trained successfully.What problem have you meet? > > `Traceback (most recent call last): File "train_20.py", line 920, in main(opt) File "train_20.py", line 818, in main...

> OneTeacher/models/yolo.py Sorry,I directly skiped the generate step and used my own coco-format dataset.

> > s = [1, 1] > > Thank you! Did you load the training weight of yolov5 during training? How well did you train on your own data set?...

> File "E:\pycharmproject\OneTeacher-main\train_semi.py", line 479, in train pred,pred_mls = model(label_imgs) # forward ValueError: too many values to unpack (expected 2) > > Hello,Do you know why that is?thank you. @CPFelix...

> > > > s = [1, 1] > > > > > > > > > Thank you! Did you load the training weight of yolov5 during training? How...