You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments