GeorgeSeif / Semantic-Segmentation-Suite

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

run test.py and predict.py #222

Open INJNainggolan opened 4 years ago

INJNainggolan commented 4 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?