DigitalGlobe / GGD-OpenSpaceNet

General CLI for DeepCore
Apache License 2.0
15 stars 5 forks source link

Updates to allow non-orthorectified imagery #104

Closed rddesmond closed 7 years ago

rddesmond commented 8 years ago

OSN and it's use of Deepcore processing assumes that imagery is orthorectified (as in, bounded by lat and long lines). Moving forward, this should be expanded to arbitrary images. The training set should be assumed to operate with such distortion, and inference should take place in image space. GDAL can be used to obtain the coordinates of the window from that pixel space.

spvandermark commented 7 years ago

Closed per @adpowel