CosmiQ / cw-nets

cw-nets: built for inference against large scale geotiffs
Apache License 2.0
2 stars 1 forks source link

Implement image standardization #30

Closed nrweir closed 5 years ago

nrweir commented 5 years ago

All images, masks, labels, etc. will need to have a standard shape and dtype to enable using the same pre-processing, and to make it easier to convert to the correct format for models at a later stage. A few core pre-processing functions should be provided in cw_nets.data.transform to enable this, which are used as an early step in any dataset object.

nrweir commented 5 years ago

Closed with #32