jfzhang95 / pytorch-deeplab-xception

DeepLab v3+ model in PyTorch. Support different backbones.
MIT License
2.9k stars 779 forks source link

run inference.py success #218

Open ouyang11111 opened 3 years ago

ouyang11111 commented 3 years ago

finally successed , first copy code from https://github.com/jaemin93/pytorch-deeplab-xception/tree/master then rewrite the config.json such as "backbone"must be xception" "data_path""save_path""model" the path use absolute path finally run inference.py you will get a dark jpg use gray_to_rgb.py get GRB result

XUSHITINE commented 3 years ago

Hi, can you share a copy of inference.py to me?522542337@qq.com I couldn't find it .