-
Notifications
You must be signed in to change notification settings - Fork 383
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
Added More Object Detectors #984
Conversation
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.
Looks great! A bunch of the tests are failing, so we'll need to get those working. I'll let @nilsleh review things in detail since he recently added timm support to all of our other trainers.
I resolved the requested changes. I'll look into the failed tests. @nilsleh let me know if there is anything I should change or resolutions to some tests I don't address. |
https://torchgeo.readthedocs.io/en/stable/user/contributing.html has a bunch of tips for running the tests locally and fixing style issues. Let me know if anything isn't clear! |
All tests have passed on my local. The datasets tag was added since there was an error thrown by mypy regarding a comment. I removed the comment, and it seemed to resolve the issue. |
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.
Update: #917 has been merged |
@microsoft-github-policy-service agree [company="SWCA Environmental Consultants"] |
Need to remove the [ ] brackets I think |
@microsoft-github-policy-service agree company="SWCA Environmental Consultants" |
Next step is to rebase. Not sure how comfortable you are with git but let me know if I can help. |
Thanks! I can handle the rebase. It should be updated shortly. |
* Added FCOS and RetinaNet to detection trainer. * Added detection tests. * Removed requested lines. * Test fixes. * Minor fixes. * Added FCOS and RetinaNet to detection trainer. * Added detection tests. * Removed requested lines. * Test fixes. * Minor fixes. * Added missing import. * Address review comments Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
I added RetinaNet and FCOS models to the detection trainer.