-
Notifications
You must be signed in to change notification settings - Fork 7
v2.2.0 #77
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
Conversation
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
…tes the mean and std even if some data elements are full of NaN
- compute_mean_std_iteratively_from_sample.py: modified tiff loading function to permute axis to match img loading function - fixed typos
…transform values accordingly. - .gitignore: added data folders with typo in name
- glc25_cnn_multimodal_ensemble.py: added necessary class atributes to allow prediction files export
- Modified GLC25 to correctly provide multilabel and multiclass behaviors. Previously, multilabel would only give 1 one in the one-hot vector (so does GLC24 at the moment git status)
Added GLC25 example and all the related tests. Improved compute_mean_std_iteratively_from_sample.py
updated libgeos-dev system package version
Updated libgeos-dev system package version
Updated libgeos-dev system package version
Deleted version specification for libgeos-dev
…ersions couldn't be found by GitHub package manager
* Temporary removed call for quantile_normalize * WiP: Added transform methods ready to be called in the pipeline. Need to verify well behavior of pre_compute of linear quantiles method and lint file * Added custom transforms for GLC25. Changed GLC25 main file weights dir directory to avoid re-downloading the MME pre-trained weight over again. Renamed GLC25 Stats folder * Linting on GLC25 files
tlarcher
added a commit
that referenced
this pull request
Jul 8, 2025
* Updated setup.py for v2.1.2 * Added GLC25 related stuff * Added GLC25 stats and data Readme * Corrected typos * Updated compute_mean_std_iteratively_from_sample.py so it still computes the mean and std even if some data elements are full of NaN * Added GLC25 test stats * Added GLC25 satellite test stats. - compute_mean_std_iteratively_from_sample.py: modified tiff loading function to permute axis to match img loading function - fixed typos * Computed channel-wise satellite patches moments and updated the data transform values accordingly. - .gitignore: added data folders with typo in name * Confirmed GLC25 is running for training, transfert, inference. - glc25_cnn_multimodal_ensemble.py: added necessary class atributes to allow prediction files export * GLC25 config: restored default values. * Added GLC25 unit tests. - Modified GLC25 to correctly provide multilabel and multiclass behaviors. Previously, multilabel would only give 1 one in the one-hot vector (so does GLC24 at the moment git status) * Linting * Added GLC25 in test_examples and ran it: OK * Update test.yml updated libgeos-dev system package version * Update dispatch-test-examples.yml Updated libgeos-dev system package version * Update dispatch-test.yml Updated libgeos-dev system package version * Update dispatch-test.yml Deleted version specification for libgeos-dev * Removed libgeos-dev version constraint in GitHub workers as several versions couldn't be found by GitHub package manager * Updated setup.py. Fixed typo * Glc25 (#78) * Temporary removed call for quantile_normalize * WiP: Added transform methods ready to be called in the pipeline. Need to verify well behavior of pre_compute of linear quantiles method and lint file * Added custom transforms for GLC25. Changed GLC25 main file weights dir directory to avoid re-downloading the MME pre-trained weight over again. Renamed GLC25 Stats folder * Linting on GLC25 files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Update v2.2.0
📝 Changelog
GLC25
dataset/geolifeclef-2025/Stats/)Toolbox
compute_mean_std_iteratively_from_sample.py.tifffiles support✅ Checklist