-
I try to run in Google Colab with 1 gpu but get error.
My command for run:
```
python train.py /content/SoftTeacher/configs/soft_teacher/soft_teacher_faster_rcnn_r50_caffe_fpn_coco_full_720k.py \…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
训练时使用如下命令python train.py -c configs/arsl_fcos_r…
-
Can you tell me what that transform_matrix means ?Does this label have to be in the dataset? Because I'm using `browse_dataset.p`yand I can't get my data set through.
```
(arknights) E:\Object-D…
-
你好,我想用yolov5 v6.1的yolov5s.pt作为预训练模型,通过convert_pt_to_efficient.py转换yolov5s.pt得到e-yolov5s.pt,转换的配置文件用的是configs/sup/public/yolov5s_coco.yaml,转换过程没有报错,于是我用这个e-yolov5s.pt直接采用半监督的方式训练20个类别的模型,但是我在加载e-yolov5…
-
你好,如果我想改动正负样本分配策略,应该修改哪一部分代码,我看到了models/assigner中已经写有几种策略,但我不知道如何调用他们
-
Can you please tell me where in the code teacher model is being updated by the EMA of the student model?
-
I just wanna train on coco2014 and I got the error like below:
And I have modified the config file ann_file="data/coco/annotations/instances_train2014.json"
```
Traceback (most recent call last):…
-
Hello,
I used the provided config (PAIS.py) with a KNet backbone and the performance seems to be way lower than reported in the paper for 10% labeled data, yielding only 23 mAP (student, segmentati…
-
[Lyssnade på Johan Kjernald, Härryda kommun om datadrivna kommuner](https://player.vgregion.se/s/RQVnvHjmarp7QkY5gENaBi/EVc83GizHE6q95PkvNrDzF) och testade lite av deras data. Min [feedback till Johan…
-
我在训练好efficient_yolol.pt之后,使用convert_efficient_to_yolov5转换成标准的yolov5l.pt,但在使用yolov5官方的detect.py时,出现了以下bug:
Traceback (most recent call last):
File "/home/zzz/Desktop/workspace/yolov5/detect.py", li…