-
根据我查看的文档来说,目前好像在4090的环境下安装不了2.x版本的mmdetection,请问是否有什么办法可以让我这么做
-
### Branch
master branch https://mmdetection.readthedocs.io/en/latest/
### 📚 The doc issue
Can RTMDet run on non-square input? The paper only shows square inputs.
### Suggest a potential alterna…
-
Thanks for this open source contribution!
I am seeing the same problem as in issue #37 - although I am using the fix for that issue (commit c85ca3f5b1c00b785ca346882a8983d57287d75f to generate my …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expected …
-
Thank you for your great work!
Do you try GIoU or CIoU loss in your experiments?
-
![20240705112547](https://github.com/open-mmlab/playground/assets/43927318/78787097-3395-4054-b96f-8187a287f3e2)
-
hflip and vflip
-
我用FCOS-GFL-R101的配置预训练了一个教师模型,并用教师训练了学生模型,基本达到了您论文的结果。
我想尝试使用其他的预训练模型训练教师,不知道可不可以,另外代码是不是需要修改某些部分,麻烦帮忙看一下,谢谢。
我对 LD/configs/ld/ld_r50_fcos_r101_1x.py 进行了更改,
teacher_config='configs/fcos/fcos_r101_…
-
Are any of the pre-existing config files able to perform instance segmentation only? I have a custom dataset that has train.json and val.json organized in COCO style that I want to train on for instan…
-
I can see in the setup.py file that this is a pure cuda build release but it would be nice to have a cpu version of the code as well.
Thanks.