Changes to allow using the DELTA ImageryDataset class to directly inferface with the tensorflow API for training and inference.#152
Open
mvonpohle wants to merge 10 commits intonasa:masterfrom
Open
Conversation
Handle alternate sentinel 1 zip format
* Fix classify script unpack bug * Update SNAPs input files for new version * Add missing geo data with newer GDAL versions * Simplify config edit function Co-authored-by: Mcmichael <smcmichael@igskmncnlvsc150.gs.doi.net>
Member
|
Nice, glad you have been using it! Can you switch the pr to develop branch? I will try to upgrade our unit tests to a newer python version, unless you have a chance to get to it first... |
Member
|
Ok I fixed the continuous integration if you want to merge in the latest develop to this as well. |
Contributor
Author
|
Sorry I haven't gotten to this sooner, gonna fix the lint error and also add a version of the tutorial that imports the class and works with tensorflow directly. Once I've gotten everything fixed I'll merge with develop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I used the ImageryDataset to handle imagery for training a model in a project and only needed to make a few small tweaks for things to run smoothly.