GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.51k stars 878 forks source link

run test.py and predict.py #222

Open INJNainggolan opened 5 years ago

INJNainggolan commented 5 years ago

Hi,could you deal this question? My frontend model is resnet_50, and the model is BiSeNet, I had modify the code about resnet_101 in train.py and BiSeNet.py. When I run train.py, it operate normally, but when I run test.py and predict.py, it begin to download premodel resnet_101,why?