-
when loading the pretrained backbone of swin downloading from https://github.com/SwinTransformer/storage/releases/download/v1.0.0/swin_tiny_patch4_window7_224.pth, there is no 'backbone' in the state_…
-
图像分类:
- [x] EfficientNetV2
- [x] VisionTransformer
- [x] SwinTransformer
目标检测:
- [x] 补完SSD代码讲解
- [x] 补完yolov3 spp代码讲解
图像分割:
- [x] FCN
-
I have trained on custom dataset which included 45 pics in training set.
I can't see train loss when train on this dataset, only the metric result showed in terminal.
Here is my config file:
```
_…
-
Issue description: I'm not able to understand how to prepare config file, checkpoint file for inferencing of Swin-Transformer object detection.
I used 'Swin-Transformer-Object-Detection/configs/sw…
-
Hi Bowen,
Thanks for your excellent work and code! I am retraining the video instance segmentation model on the Youtube VIS 2019 dataset. I managed to train the model, but the quantitative result …
-
When I used this config's [model setting](https://github.com/yujiariyasu/siim_covid19_detection/blob/main/ian-siim/mmdetection/configs/swin/swin_rsna002.py) ,
```
Traceback (most recent call last)…
-
推荐使用英语模板 Bug report,以便你的问题帮助更多人。
### 描述 bug
简单地描述一下遇到了什么 bug
When training swintransformer
[填写这里]
### 复现流程
在命令行中执行的详细操作
python tools/train.py configs/swin_transformer/swin_tiny_224_b16x64_3…
-
Hi, @raoyongming,
thanks very much for your great work. I just have some questions about any backbone experiments on ADE20K segmentation in table 5. 我想问一下,针对没有clip 预训练的模型,例如RestNet18, Swintransfor…
-
Reimplement a model in the model zoo using the provided configs
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. The issue has not been fixed in the latest v…
-
Change ViT training script according to new version:
https://github.com/BR-IDL/PaddleViT/blob/develop/image_classification/SwinTransformer/main_multi_gpu.py