ViT-Adapter
ViT-Adapter copied to clipboard
[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
Hello, when I run model_VitAdapter = init_segmentor(config_file_VitAdapter , checkpoint_file_VitAdapter, device='cuda:0'), it says this error, how to solve it~~ Thank you very much~~!
Could you release the results of BEiT-B+UperNet on cocostuff-10k and pascal context?
Traceback (most recent call last): File "/home/software/pycharm-2018.3.1/helpers/pydev/pydevd.py", line 1741, in main() File "/home/software/pycharm-2018.3.1/helpers/pydev/pydevd.py", line 1735, in main globals = debugger.run(setup['file'], None, None, is_module) File "/home/software/pycharm-2018.3.1/helpers/pydev/pydevd.py", line 1135, in run pydev_imports.execfile(file,...
Hi, How are the models pretrained? I notice that custom architectures like injector and extractors require rewriting the model, so I'm assuming you pretrained the model yourself? If that's correct,...
Traceback (most recent call last): File "train.py", line 207, in main() File "train.py", line 203, in main meta=meta) File "/opt/conda/envs/vit_37/lib/python3.7/site-packages/mmdet/apis/train.py", line 208, in train_detector runner.run(data_loaders, cfg.workflow) File "/opt/conda/envs/vit_37/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 127,...
Thanks for sharing the great repo! I have a few GT bounding box of several overlapped objects. I am wondering if it is possible to use these GT bbox to...
I have just downloaded model htc++_beit_adapter_large_fpn_3x_coco.pth and config from this github. But I cannot load model use this command: from mmdet.apis import init_detector configFile = 'configs/htc++/htc++_beit_adapter_large_fpn_3x_coco.py' checkpointFile = 'checkpoint/htc++_beit_adapter_large_fpn_3x_coco.pth' model...
HI, thanks for your insightful work. I notice that, you use 8 or even 16 80GB A100 graphics cards to conduct the experiments (e.g. [ViT-L-Mask2Former@ADE20K](https://github.com/czczup/ViT-Adapter/releases/download/v0.2.0/20220430_154104.log) and [ViT-L-Mask2Former@CityScape](https://github.com/czczup/ViT-Adapter/releases/download/v0.2.3/log.txt) ). However, I...
I'm trying for a couple of days now to make use of this repo, but I can't make it work... [Here](https://colab.research.google.com/drive/1L0Gq4qhPoGMVmJklX82vIu-mMBIvphDz?usp=sharing) is what I've tried. Can you please supply me...