-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actualize pose estimatino zoo. (#1114)
* Actualize pose estimatino zoo. Remove old models that are not supported and we don't provide recipe & weights for them * Actualize pose estimatino zoo. Remove old models that are not supported and we don't provide recipe & weights for them --------- Co-authored-by: Shay Aharon <80472096+shaydeci@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
34 additions
and
111 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
11 changes: 0 additions & 11 deletions
11
src/super_gradients/recipes/arch_params/pose_ddrnet39_arch_params.yaml
This file was deleted.
Oops, something went wrong.
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
3 changes: 1 addition & 2 deletions
3
src/super_gradients/training/models/pose_estimation_models/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
from .rescoring_net import PoseRescoringNet | ||
from .dekr_hrnet import DEKRPoseEstimationModel, DEKRW32NODC | ||
from .pose_ddrnet39 import PoseDDRNet39 | ||
|
||
__all__ = ["PoseRescoringNet", "DEKRPoseEstimationModel", "DEKRW32NODC", "PoseDDRNet39"] | ||
__all__ = ["PoseRescoringNet", "DEKRPoseEstimationModel", "DEKRW32NODC"] |
28 changes: 0 additions & 28 deletions
28
src/super_gradients/training/models/pose_estimation_models/pose_ddrnet39.py
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/super_gradients/training/models/pose_estimation_models/pose_ppyolo.py
This file was deleted.
Oops, something went wrong.