-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add minimal pretrained checkpoints for tests and fix PAF grouping int…
…erpolation (#73) * Refactor Augmentation config * Modify ckpts * Refactor pipeline config (#68) * Refactor preprocessing config * Merge train and val data configs * Remove pipeline name * Modify backbone_config * Modify ckpts * Fix inference tests * Fix device for inference * Fix scale in inference * Fix Predictor * Modify `bottom_up` to `bottomup` * Fix bottomup inference * Fix scale in augmentation * changed parameters * Remove `image` key from TopDownConfmaps pipeline (#71) * Refactor preprocessing config * Merge train and val data configs * Remove pipeline name * Modify backbone_config * Modify ckpts * Fix inference tests * Fix device for inference * Fix scale in inference * Fix Predictor * Modify `bottom_up` to `bottomup` * Fix bottomup inference * Fix scale in augmentation * Test remove image * Fix instance cropping * Fix tests * Remove scale in pipelines * adjusting the bottomup params * Fix paf grouping * Fix test * Add interpolate function * Fix tests * Fix augmentation in TopdownConfmaps pipeline (#78) * Fix topdown aug * Implement tracker module (#70) * Refactor preprocessing config * Merge train and val data configs * Remove pipeline name * Modify backbone_config * Modify ckpts * Fix inference tests * Fix device for inference * Fix scale in inference * Fix Predictor * Modify `bottom_up` to `bottomup` * Fix bottomup inference * Fix scale in augmentation * Add tracker * Fix tracker queue * Add local queues * Modify local queues\ * Add features * Add optical flow * Add Optical flow * Add tracking score * Refactor candidate update * Integrate with Predictors * Fix lint * Fix tracks * Resume training and automatically compute crop size for TopDownConfmaps pipeline (#79) * Add option to automatically compute crop size * Move find_crop_size to Trainer * Fix skeleton name * Add crop size to config * Add resumable training option * Add tests fore resuming training * Fix tests * Fix test for wandb folder * LitData Refactor PR1: Get individual functions for data pipelines (#81) * Add functions for data pipelines * Add test cases * Format file * Add more test cases * Fix augmentation test * Revert merging "Fix augmentation in TopdownConfmaps pipeline (#78)" This reverts commit 9d65cc7. --------- Co-authored-by: gitttt-1234 <divyasesh11@gmail.com> Co-authored-by: DivyaSesh <64513125+gitttt-1234@users.noreply.github.com> Co-authored-by: grquach <101067674+grquach@users.noreply.github.com>
- Loading branch information
1 parent
2f44d2d
commit 4425b2b
Showing
19 changed files
with
357 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.