MagNet icon indicating copy to clipboard operation
MagNet copied to clipboard

Progressive Semantic Segmentation (CVPR-2021)

Results 10 MagNet issues
Sort by recently updated
recently updated
newest added

On the Cityscapes dataset experiment, the input size of the backbone network is set to 256×128, and the original image size is 2048×1024, and the input samples are obtained by...

Hi, First of all, thank you for your excellent work. However, I have a small question about Deepglobe dataset. 1. As far as I know, the original validation and test...

Hello ! Thanks for your great contribution in this field. I'm setting up to follow your work (MagNet) and wonder how many GPUs are required to implement your codes? In...

Does your model have to require a picture with a size of 1024*2048?

RuntimeError: shape '[1, 1, -1, 508, 508]' is invalid for input of size 16451136

hi! For the deepglobe dataset, I have some questions about the results of the replication. This is the result of my own training backbone network and refined modules: ![82384479e176945834d19dfba907c9e](https://user-images.githubusercontent.com/63353950/195235781-4cc18b2f-01b4-4912-a416-47769a13b63b.png) I...

i run the scripts offered in the part "To test with a Deepglobe image", using the python demo.py ......, then i got the followling error: "RuntimeError: indices should be either...

My problem is same as the link: #https://github.com/VinAIResearch/MagNet/issues/11 Could you provide the filenames of train and test, and share me the label you used? Thank you so much!

usage: demo.py [-h] --dataset DATASET [--root ROOT] [--datalist DATALIST] --scales SCALES --crop_size N [N ...] --input_size N [N ...] [--num_workers NUM_WORKERS] --model MODEL --num_classes NUM_CLASSES --pretrained PRETRAINED [--pretrained_refinement PRETRAINED_REFINEMENT [PRETRAINED_REFINEMENT...