Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample and train with other years and attributes #6

Open
aazuspan opened this issue Aug 15, 2023 · 1 comment
Open

Sample and train with other years and attributes #6

aazuspan opened this issue Aug 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@aazuspan
Copy link
Contributor

Radiometric variability between NAIP acquisitions may make it difficult for the model to generalize between years. Training and/or validating with NAIP imagery and corresponding LiDAR data from multiple years should a) let us know how well we can predict to other years, and b) hopefully allow the model to generalize better.

Additionally, we should look at other LiDAR metrics, e.g. RH95 or understory cover, to see how well we can predict other attributes.

This should all be doable with the current sampling and modeling workflows just by modifying the notebooks, but there may be some convenience features we can add to simplify that process, if we're potentially going to be extracting a dozen attributes over a dozen years.

@aazuspan aazuspan added the enhancement New feature or request label Aug 15, 2023
@aazuspan
Copy link
Contributor Author

With the dataset update in #11, we'll have one HDF5 dataset per LiDAR/NAIP aquisition that includes all relevant LiDAR attributes. To train on multiple acquisitions at once, we may want to use interleave, although I'm not 100% sure what that gives us over concatenate. In either case, we'll need to ensure that any merged datasets are shuffled.

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

No branches or pull requests

1 participant