-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add Consistent bands
Metadata to Vision Transformer and ResNet Weights
#2376
Add Consistent bands
Metadata to Vision Transformer and ResNet Weights
#2376
Conversation
bands
Metadata to Vision Transformer and ResNet Weightsbands
Metadata to Vision Transformer and ResNet Weights
bands
Metadata to Vision Transformer and ResNet Weightsbands
Metadata to Vision Transformer and ResNet Weights
@microsoft-github-policy-service agree |
Hi @adamjstewart , sorry for the confusion on my part, now I have made the appropriate changes, can you review the PR, and if there are no more concerns, can you add the "hacktoberfest-accepted" label to the PR, and then merge it before 1 November, I will be very thankful. |
Hi @adamjstewart , I have made all the requested changes, can you please review the PR, and let me know if there are any further changes required. Looking forward to it,If you find the PR is good, please add the "hacktoberfest-accepted" label to it before merging. |
I ended up removing the fMoW band designations. The RGB version of the dataset was created using a combination of:
Since the band numbers are not consistent, there's no way to provide a single set of band indices. |
bands
Metadata to Vision Transformer and ResNet Weightsbands
Metadata to Vision Transformer and ResNet Weights
Thanks for the PR! It's still technically October somewhere on Earth, so good luck with Hacktoberfest! |
…hts (#2376) * Added bands metadata to vit.py and resnet.py * Added bands metadata to vit.py and resnet.py * Fix duplicate bands keys and sort imports * Fix duplicate bands keys and sort imports * Fix duplicate bands keys and sort imports * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Save local changes * Addressed requested changes in PR * Addressed requested changes in PR * Addressed requested changes in PR * Reorder fmow, add scale-mae * Remove fMoW bands * Remove duplicate comments --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This PR introduces consistent
bands
metadata acrossvit.py
andresnet.py
weight classes to enhance usability and ensure alignment with existing metadata standards in the project.Changes to
vit.py
bands
metadata for Vision Transformer (ViT) weight classes.vit.py
to import_satlas_bands
,_satlas_sentinel2_bands
, and_satlas_landsat_bands
fromswin.py
for consistent band definitions.Changes to
resnet.py
bands
metadata for ResNet weight classes, providing consistent metadata across ResNet weights.resnet.py
to import_satlas_bands
,_satlas_sentinel2_bands
, and_satlas_landsat_bands
fromswin.py
.Fixes Missing Band information for pretrained weights #2364