semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

You can use encoder and decoder in http://sceneparsing.csail.mit.edu/model/pytorch/baseline-resnet50-upernet/ and edit opts as

Open prajwal98 opened this issue 5 years ago • 0 comments

You can use encoder and decoder in http://sceneparsing.csail.mit.edu/model/pytorch/baseline-resnet50-upernet/ and edit opts as python -u test.py --model_path C:\Coding\Python\segmentation\baseline-resnet50_dilated8-ppm_bilinear_deepsup --test_img ADE_val_00001519.jpg --arch_encoder resnet50 --arch_decoder upernet --fc_dim 2048 --result C:\Coding\Python\segmentation\result

to run the test demo !

Originally posted by @svjack in https://github.com/CSAILVision/semantic-segmentation-pytorch/issues/116#issuecomment-478235643

prajwal98 avatar May 24 '20 14:05 prajwal98