Panoptic-SegFormer
Panoptic-SegFormer copied to clipboard
This is the official repo of Panoptic SegFormer [CVPR'22]
It seems that the multi gpu training and eval works great, however, while trying to debug you're opt for using a single gpu. In that case the code breaks in...
The model solves the panoptic segmentation task, why does the validation dataset uses the instance segmentation annotations? ``` data = dict( samples_per_gpu=2, workers_per_gpu=2, train=dict( type=dataset_type, ann_file= './datasets/annotations/panoptic_train2017_detection_format.json', img_prefix=data_root + 'train2017/',...
When loading the Swin-L checkpoint by adding a `load_from` line to the config `configs/panformer/panformer_swinl_24e_coco_panoptic.pyz` as following: ``` load_from='./pretrained/panoptic_segformer_swinl_2x.pth' ``` The loading fails with an error about keys mismatch: ``` unexpected...
Thank you for this awesome work Unfortunately I can't run the training because I get the following error ``` ./tools/dist_train.sh ./configs/panformer/panformer_r50_24e_coco_panoptic.py 1 + CONFIG=./configs/panformer/panformer_r50_24e_coco_panoptic.py + GPUS=1 + PORT=29503 ++ dirname...
Hello, I'm trying to train this model by using my own dataset. But how could I build my own coco-like panoptic segmentation dataset with my own dataset to use this...
Hi thanks for sharing your works. Iwas trying to run it on single gpu. Would you pls add some instructions or scripts to run it in single gpu? That would...
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...
Hi All, Is there a way to fine tune this model please thanks. Thanks & Best Regards AMJS