developmentseed / skynet-data

[DEPRECATED] Data pipeline for machine learning with OpenStreetMap
ISC License
169 stars 32 forks source link

Aerial imagery should be jpg, labels png #17

Closed dbdean closed 6 years ago

dbdean commented 6 years ago

Hi, thanks for this great tool. I've just added a quick little change to save the imagery with a jpg extension instead of png (as they are jpegs, not pngs) so my image viewing programs don't get confused when I try to display them.

drewbo commented 6 years ago

@dbdean thanks for catching; this is an annoying problem because the images lie with their extension after downloading. Do you know if caffe will still run with two different image types? (i.e. does skynet-train accept it?)

dbdean commented 6 years ago

@drewbo, the properly-named files do work with caffe in skynet-train. Thanks for reviewing this PR!