road-extraction-d-linknet icon indicating copy to clipboard operation
road-extraction-d-linknet copied to clipboard

TensorFlow implementation of D-LinkNet for road extraction.

Results 4 road-extraction-d-linknet issues
Sort by recently updated
recently updated
newest added

I get this error when launching `train_slim_model.py` : `ModuleNotFoundError: No module named 'tensorflow.compat.v1` I use tensorflow 1.10 and Python 3.5 as specified in the requirements. I tried to copy/paste the...

Why is iou equal to 0 when I train and test the network, and the same result is obtained when I replace it with other codes?

Thank you for your project! After i use your default parameter use my own data, i get result like this: ![image](https://user-images.githubusercontent.com/31174846/50881539-e5e2da00-141c-11e9-891d-1bdd4f482b4c.png) ![image](https://user-images.githubusercontent.com/31174846/50881592-10cd2e00-141d-11e9-9c1a-6d5973ccdddd.png) Do you know why ? my data is...