WaterNet
WaterNet copied to clipboard
A convolutional neural network that identifies water in satellite images.
Hi, Lambda definition is- get_path = lambda tiles, pos, path : path Lambda call is- sorted_by_path = sorted(labels, key=get_path) Call to lambda with multiple positional arguments must be accompanied with...
Is there a way to work/execute this project without docker?
Hi Tim @treigerm, Thanks very much for your code - very well written and easy to understand. I have a similar question to @aasemaase. When I run waterNet it creates...
I am new beginner in both python and Tensorflow, and and have tried to use your WaterNet. It worked on the same data as you used, but I had a...
I am successful with Config,Preporcessing,init-model,train-model modules. But evaluate module is causing below errors. Any fixes ? `**C:\SAI\MachineLearning\treigerm\python waterNet.py -e**` Start evaluating model. Create GeoTIFF result files. Traceback (most recent call...
Hello , I have isntalled Docker and ran below command successfully PS C:\SAI\WaterNet-master> docker build -t water_net . The below command immediately after this is resulting in errors PS C:\SAI\WaterNet-master>...