pytorch-semseg icon indicating copy to clipboard operation
pytorch-semseg copied to clipboard

config.yml for segnet

Open yyangmei opened this issue 5 years ago • 2 comments

I want to train segnet, but i don't know how to set the config. Can anyone help me? Thank you so much. What's more, how should i process the dataset if i use pascal 2012?

yyangmei avatar Nov 09 '18 10:11 yyangmei

screenshot from 2018-12-26 16-28-25

komms avatar Dec 26 '18 15:12 komms

where is the config.json file? Failed to import pydensecrf, CRF post-processing will not work Read Input Image from : /semantic_segmentation/cityscapes/leftImg8bit/test/berlin/berlin_000000_000019_leftImg8bit.png Traceback (most recent call last): File "test.py", line 157, in test(args) File "test.py", line 33, in test data_path = get_data_path(args.dataset) File "/semantic_segmentation/pytorch-semseg/ptsemseg/loader/init.py", line 37, in get_data_path data = json.load(open(config_file)) FileNotFoundError: [Errno 2] No such file or directory: 'config.json'

amritpaul avatar Jan 08 '19 06:01 amritpaul