DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

Can we do inference with train_msc? #124

Closed chenyuZha closed 7 years ago

chenyuZha commented 7 years ago

Hello, I have trained my own data both with train.py and train_msc.py, and when I would like do the inference , I found the file inference.py which correspond the train.py, when I tried to modified the inference.py to adapt the train_msc.py, it didn't work (the prediction image is almost black). Could you please release the version of inference for the train_msc.py? Thanks a lot!