-
Notifications
You must be signed in to change notification settings - Fork 448
EarthVision2025_Data_Challenge_Winning_Solution #2868
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
base: main
Are you sure you want to change the base?
EarthVision2025_Data_Challenge_Winning_Solution #2868
Conversation
@xboboji please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First of all, congratulations on your victory!
At the moment, we are actually trying to deprecate the experiments
directory in the TorchGeo repo. These were experiments used for official TorchGeo papers like https://arxiv.org/abs/2111.08872. We're planning to move those to their own repos in the future.
I also see a lot of code copied from timm and other repos. Unfortunately, this can't be added to TorchGeo as it would result in the entire repo being distributed under multiple licenses (MIT and Apache-2.0). You would also need to contribute all of your own code under an MIT license with a Microsoft copyright.
I do see a lot of useful stuff in here though. Perhaps you could start with separate PRs for each model or dataset you would like to add? Models would go in torchgeo/models/
for example. We would also need unit tests for all new code.
See https://torchgeo.readthedocs.io/en/stable/user/contributing.html for more details.
It includes instructions and code for implementing EarthVision2025_Data_Challenge_Winning_Solution