-
Notifications
You must be signed in to change notification settings - Fork 446
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
Tiling Semantic Seg #3954
Tiling Semantic Seg #3954
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3954 +/- ##
===========================================
- Coverage 81.64% 81.23% -0.42%
===========================================
Files 288 289 +1
Lines 27747 27912 +165
===========================================
+ Hits 22653 22673 +20
- Misses 5094 5239 +145
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks for your work :) I left some comments. Could you check them?
* tiling-semantic seg * update recipe * update unit test * add unit test * add test and test dataset * update test * refactor tests * address some comments * update tile adaptor * add seg tiler test * update src/otx/recipe/semantic_segmentation/dino_v2_tile.yaml * update explain_mode
* update * add pixel encoders and transformer encoders * update * format update * reformat * add checkpoint loader * add custom forward * udpate * update postprocess * fine tune model * update criterion optimizers etc * update loss * replace MSDeformableAttention with native pytorch ops impl * add export functionality * roi align mask extraction * Revert "roi align mask extraction" This reverts commit b9f9c9a. * update * Revert "update" This reverts commit eb8379b. * Upgrade OV, MAPI, and NNCF (#3967) * Tiling Semantic Seg (#3954) * tiling-semantic seg * update recipe * update unit test * add unit test * add test and test dataset * update test * refactor tests * address some comments * update tile adaptor * add seg tiler test * update src/otx/recipe/semantic_segmentation/dino_v2_tile.yaml * update explain_mode * udpate * update maskdino from_config * update maskdino config * update maskdino config 2 * decouple detectron resnet50 * decouple detectron resnet50 * decouple detectron resnet50 * mypy pylint * * fix all pylint issues * sort imports * remove checkpoint * update test * update test * address comments * remove inverse_sigmoid * update weight clip optimizer * change get_clones to public func * add tile recipe * fix export * remove export names * optimize denoise training * optimize denoise training * refactor inverse sigmoid * update inverse sigmoid import * update ptq config * fix export * remove private underscore * update license * user lightning gradient clipping * update docstring * improve loss docstring * pre commit * add unit test * fix test * reformat --------- Co-authored-by: Vladislav Sovrasov <sovrasov.vlad@gmail.com>
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.