-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DEKR's replace_head & improve __repr__ for keypoints transforms (#…
…1227) * YOLO-NAS Pose Estimation Experiment * Added logging * Remove test * Tune recipe for L * Tune recipe for S * Tune optimizer params * Lower LR * Lower LR * Added __repr__ for keypoint transforms to improve their printing in notebooks * If OKS sigmas are not given explicitly, initialize with default 17 keypoints only if num_joints == 17, otherwise use default values and emit a warning * Added recipe to train rescoring for yolo_nas_pose_l * Added YOLO-NAS-POSE scores * Added YOLO-NAS-POSE-M recipe * Fine-tuning notebook for pose est * Added lings to pretrained models * Remove links to S & M models * Update notebook * Fix apply_sigmoid=True * Increased eps to prevent divizion by zero * Update notebook * Adding predict * Predict * Predict * Adding predict * Adding predict * Adding joint information to dataset configs * Added makefile target recipe_accuracy_tests * Remove temp files * Rename variables for better clarity * Move predict() related files to super_gradients.training.utils.predict * Move predict() related files to super_gradients.training.utils.predict * Rename file poses.py -> pose_estimation.py * Rename joint_colors/joint_links -> edge_colors/edge_links * Disable showing bounding box by default * Allow passing edge & keypoints as None, in this case colors will be generated randomly * Update docstrings * Fix test * Added unit tests to verify settings preprocesisng params from dataset works * Added predict * Added default prerprocessing settings for yolo-nas-pose * Added default prerprocessing settings for yolo-nas-pose * Added __repr__ to KeypointsImageToTensor * _pad_image cannot work with pad_value that is tuple (r,g,b). So we change the keypoint transforms defaults in config to use single scalar value * _pad_image cannot work with pad_value that is tuple (r,g,b). So we change the keypoint transforms defaults in config to use single scalar value * _pad_image cannot work with pad_value that is tuple (r,g,b). So we change the keypoint transforms defaults in config to use single scalar value * Fix pad_value in keypoints transforms to accept single scalar value to make compatible with _pad_image * Update signature of base YoloNasPose class (dropped arch_params) * Simplify recipes to train YOLO-NAS-POSE * Implement replace_head for dekr * Implement replace_head for dekr * Make more beautiful __repr__ implementation * Change .format to string interpolation
- Loading branch information
Showing
4 changed files
with
82 additions
and
10 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