-
here is my command:
(vit_adapter) lidexuan@aa-SYS-4029GP-TRT:/data/lidexuan/ViT-Adapter/detection$ sh dist_test.sh configs/htc++/htc++_beit_adapter_large_fpn_3x_coco.py htc++_beit_adapter_large_fp…
-
@MeowZheng What is the function of the crop size? Does the crop size refer to the sliding window clipping image in the training image? Can you directly resize to train your own data set for a fixed …
-
Hello,
I am fine-tuning EVA on my custom dataset. I ran into the following error (it also happens when fine-tuning on COCO):
```
File "train.py", line 187, in
main(args)
File "train.py", lin…
-
I am using the provided model well. Thanks
Can i train with 4-channel input? what should i consider about model?
-
I am using BEIT2,and I got the question below:
my input is :
/home/***/***/project_code/unilm/beit2/semantic_segmentation/configs/beit/upernet/upernet_beit_base_12_512_slide_160k_21ktoade20k.py /ho…
-
First of all, thank you for your work
i wonder when the code of beit-v2 would be released
-
## Environment info
Hi trying to run the BEiTForImageClassification with a custom dataset for a binary classification problem in Google Colab and got the following "RuntimeError: Error(s) in load…
dnnxl updated
2 years ago
-
**Describe the bug**
Model I am using (UniLM, MiniLM, LayoutLM ...): beit2
The problem arises when using:
the official example scripts: (give details below)
```shell
./tools/dist_train.sh \
co…
-
Hi, the EVA model is trained with image tokens, and you use the average pooling for image representation during fine-tuning. I think the CLS token is not well-learned. But for EVA-CLIP, it initialized…
-
您好,十分感谢算法和预训练模型的开源,效果非常棒!
但在单图cityscapes格式数据预测时,发现当图像的宽 > 2048 时,运行报错,(input_spatial_shapes[:, 0] * input_spatial_shapes[:, 1]).sum() != Len_in。请问是什么原因呢?如何解决呢?
以下报错信息
CUDA_VISIBLE_DEVICES=0 p…