Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actualize pose estimatino zoo. #1114

Merged
merged 6 commits into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 33 additions & 35 deletions documentation/source/model_zoo.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/super_gradients/common/object_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ class Models:

DEKR_CUSTOM = "dekr_custom"
DEKR_W32_NO_DC = "dekr_w32_no_dc"
POSE_PP_YOLO_L = "pose_ppyolo_l"
POSE_DDRNET_39 = "pose_ddrnet39"
YOLO_NAS_S = "yolo_nas_s"
YOLO_NAS_M = "yolo_nas_m"
YOLO_NAS_L = "yolo_nas_l"
Expand Down

This file was deleted.

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"]

This file was deleted.

This file was deleted.