trailbehind / DeepOSM

Train a deep learning net with OpenStreetMap features and satellite imagery.
MIT License
1.31k stars 182 forks source link

Fail to run train_neural_net.py #70

Closed Hjy20255 closed 7 years ago

Hjy20255 commented 7 years ago

“For output, DeepOSM will produce some console logs, and then JPEGs of the ways, labels, and predictions overlaid on the tiff.” i run train_neural_net.py successfully . but there no JPEGs of the ways, labels, and predictions overlaid on the tiff.

andrewljohnson commented 7 years ago

I fixed this in this commit: https://github.com/trailbehind/DeepOSM/commit/3362bfb5e92c1865b1c377748d0eb63ebce4feb4

I want to clean this up a bit before I merge it to master.

andrewljohnson commented 7 years ago

fixed by 3362bfb

Hjy20255 commented 7 years ago

Thank you! I have resolved the problem.