-
When I run "bash tools/dist_train.sh configs/soft_teacher/myconfig.py 1", error occured.
Traceback (most recent call last):
File "/home/hefu/Downloads/SoftTeacher/tools/train.py", line 198, in
…
-
When I run the code on coco, I get following statistics during training
2022-02-24 10:17:56,029 - mmdet.ssod - INFO - Iter [112050/180000] lr: 1.000e-02, eta: 81 days, 16:16:19, time: 100.132…
-
KeyError: 'det_8.conv1'
![image](https://user-images.githubusercontent.com/50110789/224589983-b3469529-8b52-4973-be36-2183a2030597.png)
我采用的是转换后的efficient pt进行训练的,yolov5s,配置文件按照README要求更改,但是训练完成之后发现…
-
Hi, I don't see any results on the validation set. I've created a custom dataset with 1 class. On the stdout, I'm seeing this every 4000 iterations:
```
2022-03-24 18:24:46,351 - mmdet.ssod - INFO…
-
i'm implementing soft-teacher without mmedetection tools and have some questions
i don't clearly understand the structure.
In training teacher model get soft_auged img and student get hard_auged …
-
Hi,
First of all congratulations for the great work and many thanks for sharing the code !!
I have been checking out the code, and have a query regarding the weight for classification loss on ba…
-
I got
FileNotFoundError: [Errno 2] No such file or directory: './dataset/coco/annotations/semi_supervised/instances_train2017.1@1.json'
Error, thus I would like to ask if I can get this file.
tha…
-
After carefully reading the article
3.4 Temporary consistency using Gaussian Mixture Model (GMM)
You use a Gaussian mixture distribution for each category. Each mixture distribution contains a posit…
-
Hi thank you for your code. I am reading your semi_sampler.py and find it a little bit confusing.
https://github.com/microsoft/SoftTeacher/blob/bef9a256e5c920723280146fc66b82629b3ee9d4/ssod/dataset…
-
Using the original config soft_teacher_faster_rcnn_r50_caffe_fpn_coco_180k.py with modifies w.r.t custom dataset, trained on 10% partial dataset. But the eval result is quite low, down to not even one…