-
## 问题描述
SwinTransformer模型转换失败,使用本仓库转换代码以及模型
运行环境,aarch64, torch是cpu版本,2.5.1和1.10.2都失败,同样的报错
PaddlePaddle = 2.6.1:
X2Paddle = 1.5.0
- 错误信息
- warnings.warn(
Fail to generate inference model!…
-
作者你好,你的代码是使用pip安装,而非源码安装。所以我在修改模型,比如将swintransformer修改为其他模型时,会报错‘XX’ is not int the models registry 。如果是源码安装的话,通过python setup.py install可以解决。所以有几个问题烦请解答。
1.使用pip安装,如何解决这个问题?
2.我看到了models/seg/rscotr_…
-
Traceback (most recent call last):
File "[train.py](http://train.py/)", line 19, in
from mmdet3d.models import build_detector
File "/home/user6/LYS/EA-LSS-main/mmdet3d/models/init.py", line 1, in …
-
When I debug for /detection/tools/train.py file, there has an error "'SwinTransformer is not in the backbone registry'". It this caused by version of mmdet or mmcv-full?
Following is my environment :…
-
Hii,
Thanks for the great work. I want to convert bevfusion swinT+voxelnet model to onnx and evaluate the performance.
I trained my bevfusion model with bevfusion/configs/nuscenes/det/transfusion/se…
-
i try this swintransformer on deeplabv3 (https://github.com/VainF/DeepLabV3Plus-Pytorch), errors are found:
Exception has occurred: EinopsError
Error while processing rearrange-reduction pattern …
-
sys.path.append('/kaggle/input/swintransformertf')
from swintransformer import SwinTransformer
model = SwinTransformer('swin_tiny_224', num_classes=1000, include_top=True, pretrained=False)
…
-
Hi
Some modules are imported from `timm` in [`backbone/Swin_Transformer.py`](https://github.com/JDAI-CV/FaceX-Zoo/blob/2f97a0ef2dafcd772e244f186e44b8d684fcdddc/backbone/Swin_Transformer.py#L11). B…
-
Hi,
Do `SwinTransformer` based models get the `112 x 112` images as their input (like all other models)? or do they get `224 x 224` images?
PS. While in [Step1: Prepare the training data](https:…
-
还有个问题,关于PatchEmbed和SwinTransformer_Layer。我没看到代码。
- SwinTransformer_Layer包含了PatchEmbed和SwinTransformerblock吗?
- 很期望提供下这部分代码