CosmiQ / cw-nets

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

List of augmentations to implement #27

Closed nrweir closed 5 years ago

nrweir commented 5 years ago

The pre-processing component of this package needs to include augmentations. We should use popular existing augmentation implementations for imagery where they exist, for consistency.

The albumentations library (https://github.com/albu/albumentations and https://albumentations.readthedocs.io/en/latest/index.html) compiles the fastest implementations of each operation from OpenCV, imgaug, and scipy, and likely represents the best choice for our use.

Augmentations to include:

(to be added later)

nrweir commented 5 years ago

Another point - I'm not sure if the albumentations package is compatible with != 3-channel images. Something we'll have to dig into.

List of augmentations:

Feel free to extend this list if desired.

nrweir commented 5 years ago

Resolved with #35.