-
hi when i change swim-transfromer as backbone of the detector , the detector is yolov5. i got this problem.
Traceback (most recent call last):
File "/home/rpz/anaconda3/envs/swim_transformer_ryo…
-
When I training the model which type is maskrcnn, the error likes title was encouraged, dose anyone knows what's going on? or have met this erro before?
The problem seems like in mmcv.
The Traceback…
-
推荐使用英语模板 General question,以便你的问题帮助更多人。
### 首先确认以下内容
- 我已经查询了相关的 issue,但没有找到需要的帮助。
- 我已经阅读了相关文档,但仍不知道如何解决。
### 描述你遇到的问题
self = SwinTransformer(**extra_config)
self._load_from_state_dict()
…
-
你好,我想问一下 mmocr dbnet 是否支持mmdet里面的swin backbone
-
I am trying to use Swin as a backbone for Deformable-DETR. I used /swin/mask_rcnn_swin-t-p4-w7_fpn_1x_coco.py and my earlier DDETR-configs to to create a config, only changing the backbone-part, but i…
-
this is my basic model
```
with tpu_strategy.scope():
model = tf.keras.Sequential([
tf.keras.layers.Lambda(lambda data: tf.keras.applications.imagenet_utils.preproces…
-
I am currently accelerating swin_transformer (ICCV2021 best paper)
https://github.com/Kyrie-Zhao/Swin-Transformer/blob/main/models/swin_transformer.py
which shows:
NotImplementedError: The foll…
-
The experiment in the paper shows that pre-trained weights on natural images can significantly improve the performance of the model. There seems to be nothing in the code about how to load pre-traine…
-
* Notebook: https://colab.research.google.com/drive/1nqYkQCUzShkVdqGxW4TyMrtAb0n5MBZR#scrollTo=G9ZVlphmqD7d
Issue:
* In `swin_tiny_224` I've tried multiple of `224`, `512x512`, multiple of `window_s…
-
Hi,
https://github.com/SwinTransformer/Video-Swin-Transformer/blob/db018fb8896251711791386bbd2127562fd8d6a6/configs/recognition/swin/swin_small_patch244_window877_kinetics400_1k.py#L4
Code claim…