-
Thanks for your contribution of the SSOD! You have mentioned that the algorithm has been implemented by [Opera](https://github.com/hikvision-research/opera), but I cannot find the implementation in th…
ygzhu updated
2 years ago
-
换用自己数据集训练时报错:
> Traceback (most recent call last):
File "./tools/train.py", line 202, in
main()
File "./tools/train.py", line 190, in main
train_detector(
File "/secret/ZLW/Code…
-
Hi,
I try to implement my custom dataset with `soft_teacher_faster_rcnn_r50_caffe_fpn_coco_180k` config file. I only changed img_scale to save from GPU memory. After a couple of iterations, I got `l…
vefak updated
2 years ago
-
Thanks for the great Code!!
I am trying to use mask RCNN capabilities with SoftTeacher.
I changed baseline config to support MaskRCNN on my dataset and it works fine, however when I use it for sof…
-
I've installed and tested the model on Box prediction and it works fine, when i tried to switch to masks referring to this page
https://github.com/MendelXu/SoftTeacher/blob/main/ssod/models/mask_soft…
-
hello,
When I use it, raise error: "assert len(indices) == len(self), f"{indices} not equal {len(self)} while offset is: {offset}""
then I print the length info, =====len of indices is 26865 - offse…
-
Hello,
I got following errors when i train algorithm with customized data set. What is the problem. I changed image sizes however it doesnot work for me
```
Traceback (most recent call last):
F…
vefak updated
2 years ago
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
Hi there,
I am hoping for some insight as to why the training on my custom dataset isn't working. My dataset has one class and I have changed the config file to reflect this along with the annotation…
-
Does it have any important effect? Thank you!