-
There are many different version of kinetics 400 and some has more videos than others. Can I know which version do you use and what is the statistics of your train and test set, i.e. how many train an…
-
Hi,
Thanks for your great work.
I'm trying to reproducing the performance of Swin-S on K-400. Using the released checkpoint for evaluation, I got an 80.11% accuracy; Evaluating the Swin-S model trai…
-
### Describe the bug
Both `mmcls` (0.13.0) and `mmseg` (0.15.0) have:
```python
@ATTENTION.register_module()
class ShiftWindowMSA(BaseModule):
...
```
### To Reproduce
The command you …
-
Thank you for publishing the great work! Please check the following error in xcit/detection/backbone/xcit.py file:
```
from mmcv_custom import load_checkpoint
ModuleNotFoundError: No module named…
-
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…
-
getting this error
**KeyError: 'SwinTransformer is not in the models registry'**
on running the command
**python tools/test.py configs/swin/upernet_swin_base_patch4_window7_512x512_160k_ade20k.…
-
hi, thanks for your meaningful work
previous work about Transformer in vision hava a common opinion
which transformer needs huge dataset to feed if you want its performence great
in this work, y…
-
https://github.com/PaddlePaddle/Paddle2ONNX/blob/release/0.6/README_zh.md
动态图,readme里面的example代码,“动态图模型导出”这一段,直接无法运行,有特殊的版本需求吗
cww97 updated
3 years ago
-
Hello,
when I run the train.py:
error occured:KeyError:"EncoderDecoder:'SwinTransformer' is not in the backbone registry
-
**Describe the bug**
when trying to train my model with customized dataset, there is an Assertion failed,
`cv2.error: OpenCV(4.1.2) /io/opencv/modules/core/src/copy.cpp:1170: error: (-215:Assertion …