Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Defined hyperspectral-specific Transforms #33

Open
nshaud opened this issue Nov 25, 2020 · 2 comments
Open

Defined hyperspectral-specific Transforms #33

nshaud opened this issue Nov 25, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nshaud
Copy link
Owner

nshaud commented Nov 25, 2020

torchvision defines Transforms objects to apply data augmentation and other transformations to data.

We could and should define our own custom Transforms.

Pros:

  • easier to reuse the data augmentation transforms that we implement
  • easier to apply various kinds of DA in the toolbox

Cons:

  • adds an external dependency to torchvision
@nshaud nshaud added the enhancement New feature or request label Nov 25, 2020
@nshaud nshaud added this to the 0.1.0 milestone Nov 25, 2020
@nshaud nshaud self-assigned this Nov 25, 2020
@nshaud nshaud mentioned this issue Nov 27, 2020
23 tasks
@mengxue-rs
Copy link

@nshaud Sorry bother you, hyperspectral-specific Transforms should include what kinds of transforms? do you mean dimension reduction methods like principle component transform and maximum noise fraction or data augmentation methods like radiation-based virtual samples and mixture-based virtual samples?

@nshaud
Copy link
Owner Author

nshaud commented Dec 4, 2020

Yes, I was mainly thinking data augmentation. Other augmentations such as dimension reduction could come later but I don't see any benefit to adding them now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants