-
Hello author, thank you for your great contribution. I am new to segmentation and I have a problem in trying to run the given segmatation code, I don't know how ADE20K should be adjusted to what kind …
-
I'm getting the following error when I try to infer from an image.
+ NUM_GPUS=1
+ JOB_NAME=painter_vit_large
+ CKPT_FILE=painter_vit_large.pth
+ PROMPT=ADE_train_00001098
+ SIZE=448
+ MODEL=pa…
-
The download link for the ADE20K dataset in the dataset_prepare.md file doesn't seem to work, it can't be downloaded safely and why is the conversion file for the ADE20K dataset not given?
-
Hello.
Thanks for sharing the code for mmsegmentation+DINOv2.
BTW, **could you give the config file for ade20k dataset?**
I've tried changing some part of the config file for cityscapes you provide…
-
Hey, thanks for sharing this work. I wonder if you had a glance of this model results on the ade20k dataset.
-
Hi, `configs/ade20k/panoptic-segmentation` contains 9 random class orders + 1 default class order. May I know whether the results in Fig. 6 averaged over 10 random class orders are obtained using thes…
-
안녕하세요!
해당 코드를 제 gpu에서 돌리면
error in ms_deformable_im2col_cuda: invalid device function
error in ms_deformable_col2im_cuda: invalid device function
이런 문구가 터미널에 뜹니다. 해당 에러가 뜨지만 학습은 진행이 되는 것 같습니다.…
-
### 🚀 The feature
[ADE20K](https://groups.csail.mit.edu/vision/datasets/ADE20K/) is a dataset introduced in 2017 for Object Detection and Segmentation (code [here](https://github.com/CSAILVision/AD…
-
Hello, I encountered some issues when reproducing your model. When evaluating the public model weights (ADE20K, UperNet-R50) using Mask2Former, the mIoU was 43.46, which matches the revised metrics in…
-
Hello,
Looks like the crop size is incorrect in the RADIO ADE20K config.
It's listed as (518, 518) [here](https://github.com/NVlabs/RADIO/blob/6c2dd67fd7d5a7c2b4e145be5755da9f573c33fa/mmseg/con…