hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
405 stars 153 forks source link

Errors in restoring the session evalucation.py and network.py #109

Open SaqibMamoon opened 5 years ago

SaqibMamoon commented 5 years ago

net.restore(cfg.model_paths[args.model]) :: Line 56 in evaluation.py self.load_npy(data_path,self.see) :: line 77 in network.py I have checked all the path given config file for dataset folder and model folder, and I already have placed the pretrained weights in model folder... need help... Thanks