MenghaoGuo / AutoDeeplab

Pytorch Implementation the paper Auto-DeepLab Hierarchical Neural Architecture Search for Semantic Image Segmentation
https://arxiv.org/abs/1901.02985
410 stars 97 forks source link

Where is utils? #17

Closed ShunLu91 closed 5 years ago

ShunLu91 commented 5 years ago

I am very interested in this code.Could you please release the total code? (I found that someone asked this question but some scripts like uitls is missed again) image

taveraantonio commented 5 years ago

You have to import the missing packages from this repository: https://github.com/jfzhang95/pytorch-deeplab-xception

ShunLu91 commented 5 years ago

You have to import the missing packages from this repository: https://github.com/jfzhang95/pytorch-deeplab-xception

Great thanks!