-
Notifications
You must be signed in to change notification settings - Fork 6
Add swint #41
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 swint #41
Conversation
|
Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
* Add Centroid model pipeline * Auto select max instances * Add test cases * Format files * Fix centroid crop inference * Update CI (#43) * Initial CI update * Update deps * Add Cycler from torchdata to remove torchdata dep * Fix import * Fix ruff and lint * Fix wandb test * Fix attrs * Ignore vendored torchdata module * Add Mac * Update mac conda versions * More conda * Typo: exclude cycleR from coverage * More conda packages * Even more conda packages --------- Co-authored-by: Talmo Pereira <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## divya/convnext #41 +/- ##
=================================================
Coverage ? 94.82%
=================================================
Files ? 25
Lines ? 2182
Branches ? 0
=================================================
Hits ? 2069
Misses ? 113
Partials ? 0 ☔ View full report in Codecov by Sentry. |
* Add predictor class * Fix to peak finding * Modify docstrings * Minor fix to Predictor * Modify config load * Add ckpt paths * Format file * Add training and inference for single instance * Change ckpt * Add test for single instance model * Fix for symmetries in skeleton * Modify skeleton key * Add max instances * Minor fix to max instances * Changes to file path * Format file * Add max instances * Fix edges in skeletons * Update symmetries * Modify training config * Add convnext backbone * Minor fix in convnext * Add swint (#41) * Add swint * Add param count * Update model_trainer.py * Add swintv1 * Change default width * modify inference class * Update model_trainer.py * Update model_trainer.py * Update xavier init * Update bias init in xavier * Add steps per epoch * Add tests for swint * Format files * Fix instance cropper test * Fix to sigma in confmaps * Add Centroid model pipeline (#42) * Add Centroid model pipeline * Auto select max instances * Add test cases * Format files * Fix centroid crop inference * Update CI (#43) * Initial CI update * Update deps * Add Cycler from torchdata to remove torchdata dep * Fix import * Fix ruff and lint * Fix wandb test * Fix attrs * Ignore vendored torchdata module * Add Mac * Update mac conda versions * More conda * Typo: exclude cycleR from coverage * More conda packages * Even more conda packages --------- Co-authored-by: Talmo Pereira <[email protected]> --------- Co-authored-by: Talmo Pereira <[email protected]> * Add test files * Fix Providers * Update providers.py * Fix multi confmap * Add suggestions * Fix decoder * Format Files * Add SizeMatcher class * Fix Normalizer * Update normalization.py * Format file * Remove max_instances * Format files --------- Co-authored-by: Talmo Pereira <[email protected]>
* Add predictor class * Fix to peak finding * Modify docstrings * Minor fix to Predictor * Modify config load * Add ckpt paths * Format file * Add training and inference for single instance * Change ckpt * Add test for single instance model * Fix for symmetries in skeleton * Modify skeleton key * Add max instances * Minor fix to max instances * Changes to file path * Format file * Add max instances * Fix edges in skeletons * Update symmetries * Modify training config * Add convnext backbone * Minor fix in convnext * Add swint (#41) * Add swint * Add param count * Update model_trainer.py * Add swintv1 * Change default width * modify inference class * Update model_trainer.py * Update model_trainer.py * Update xavier init * Update bias init in xavier * Add steps per epoch * Add tests for swint * Format files * Fix instance cropper test * Fix to sigma in confmaps * Add Centroid model pipeline (#42) * Add Centroid model pipeline * Auto select max instances * Add test cases * Format files * Fix centroid crop inference * Update CI (#43) * Initial CI update * Update deps * Add Cycler from torchdata to remove torchdata dep * Fix import * Fix ruff and lint * Fix wandb test * Fix attrs * Ignore vendored torchdata module * Add Mac * Update mac conda versions * More conda * Typo: exclude cycleR from coverage * More conda packages * Even more conda packages --------- Co-authored-by: Talmo Pereira <[email protected]> --------- Co-authored-by: Talmo Pereira <[email protected]> * Add test files * Fix Providers * Update providers.py * Fix multi confmap * Add suggestions * Fix decoder * Format Files * Add SizeMatcher class * Fix Normalizer * Update normalization.py * Format file * Add VideoReader module * Format Docstrings * Remove max_instances * Add VideoReader to Inference module * Format files * Add test cases * Add config.md * Fix FindPeaksGroundTruth module * Add image resizing modules * Add Resizer after crop * Format docstring --------- Co-authored-by: Talmo Pereira <[email protected]>
Add SwinT backbone