-
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.
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
- Loading branch information
1 parent
8704e22
commit 9d65cc7
Showing
44 changed files
with
2,699 additions
and
219 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
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
Oops, something went wrong.