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

Merge dev-0.21 into master #1062

Merged
merged 26 commits into from
Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ec2d4d0
map location to cpu when load checkpoint (#1007)
ly015 Nov 10, 2021
21ed733
[Enhancement] Support minus output feature index in mobilenet_v3 (#1005)
luminxu Nov 15, 2021
91b5ad0
[Enhancement] inference speed and flops tools. (#986)
zengwang430521 Nov 15, 2021
ff297d2
[Fix] Update pose tracking demo to be compatible with latest mmtrakci…
jin-s13 Nov 15, 2021
f957f42
[Fix] fix skeleton_info of coco wholebody dataset (#1010)
luminxu Nov 15, 2021
268aefe
[Feature] Add ViPNAS models for wholebody keypoint detection (#1009)
ly015 Nov 16, 2021
d13d6cf
[Fix] Fix bbox label visualization (#1020)
ly015 Nov 17, 2021
865a9fb
update model metafiles (#1001)
ly015 Nov 25, 2021
44ff45b
update hourglass ae .md (#1027)
luminxu Nov 26, 2021
4b803fb
[Feature] Add ViPNAS mbv3 (#1025)
luminxu Nov 28, 2021
6e582f4
[Enhancement] Set a random seed when the user does not set a seed (#1…
ly015 Nov 28, 2021
8fd5918
add cfg file for flops and speed test, change the bulid_posenet to i…
liqikai9 Nov 28, 2021
3e51016
[Enhancement] Add more functions for speed test tool (#1034)
liqikai9 Dec 1, 2021
e3b904e
fix dead link (#1038)
jin-s13 Dec 2, 2021
4a115bc
Skip CI when some specific files were changed (#1041)
QwQ2000 Dec 2, 2021
5daa8b5
update sigmas (#1040)
jin-s13 Dec 2, 2021
73f5aeb
add more configs, ckpts and logs for HRNet on PoseTrack18 (#1035)
liqikai9 Dec 3, 2021
9f7fa53
[Feature] Add PoseWarper dataset (#1006)
liqikai9 Dec 5, 2021
8fff8db
cancel uncompleted previous runs (#1053)
ly015 Dec 5, 2021
37cbbfd
[Doc] Add inference speed results (#1044)
liqikai9 Dec 5, 2021
353311a
[Feature] Add PoseWarper detector model (#932)
liqikai9 Dec 6, 2021
423bcc3
fix ignore path (#1059)
ly015 Dec 6, 2021
0d835d8
[Doc] Add related docs for PoseWarper (#1036)
liqikai9 Dec 6, 2021
196cba4
add description about val_boxes path for data preparation (#1060)
liqikai9 Dec 6, 2021
8da1257
bump version to v0.21.0 (#1061)
ly015 Dec 6, 2021
0bf6ab5
[Feature] Add ViPNAS_Mbv3 wholebody model (#1055)
luminxu Dec 6, 2021
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
18 changes: 14 additions & 4 deletions .dev_scripts/benchmark/benchmark_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ model_list:
## SimpleBaseline3D + H36M
- config: configs/body/3d_kpt_sview_rgb_img/pose_lift/h36m/simplebaseline3d_h36m.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/simple_baseline/simple3Dbaseline_h36m-f0ad73a4_20210419.pth
input_shape: 34, 1
# UDP
## AE + HRNet + UDP + COCO
- config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/hrnet_w32_coco_512x512_udp.py
Expand All @@ -50,6 +51,7 @@ model_list:
## VideoPose3D + H36M
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_27frames_fullconv_supervised.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_27frames_fullconv_supervised-fe8fbba9_20210527.pth
input_shape: 34, 27
# MSPN
## MSPN + COCO
- config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mspn50_coco_256x192.py
Expand Down Expand Up @@ -114,6 +116,7 @@ model_list:
## SimpleBaseline3D + MPI-INF-3DHP
- config: configs/body/3d_kpt_sview_rgb_img/pose_lift/mpi_inf_3dhp/simplebaseline3d_mpi-inf-3dhp.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/simplebaseline3d/simplebaseline3d_mpi-inf-3dhp-b75546f6_20210603.pth
input_shape: 34, 1
# UDP
## AE + HigherHRNet + UDP + COCO
- config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_w32_coco_512x512_udp.py
Expand All @@ -135,6 +138,7 @@ model_list:
## VideoPose3D + MPI-INF-3DHP
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/mpi_inf_3dhp/videopose3d_mpi-inf-3dhp_1frame_fullconv_supervised_gt.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_mpi-inf-3dhp_1frame_fullconv_supervised_gt-d6ed21ef_20210603.pth
input_shape: 34, 1
# LiteHRNet
## LiteHRNet + MPII
- config: configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/mpii/litehrnet_18_mpii_256x256.py
Expand Down Expand Up @@ -190,7 +194,7 @@ model_list:
checkpoint: https://download.openmmlab.com/mmpose/face/darkpose/hrnetv2_w18_wflw_256x256_dark-3f8e0c2c_20210125.pth
- config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/onehand10k/hrnetv2_w18_onehand10k_256x256_dark.py
checkpoint: https://download.openmmlab.com/mmpose/hand/dark/hrnetv2_w18_onehand10k_256x256_dark-a2f80c64_20210330.pth
- config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_w18_panoptic_256x256_dark.py
- config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_w18_panoptic2d_256x256_dark.py
checkpoint: https://download.openmmlab.com/mmpose/hand/dark/hrnetv2_w18_panoptic_256x256_dark-1f1e4b74_20210330.pth
- config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/rhd2d/hrnetv2_w18_rhd2d_256x256_dark.py
checkpoint: https://download.openmmlab.com/mmpose/hand/dark/hrnetv2_w18_rhd2d_256x256_dark-4df3a347_20210330.pth
Expand All @@ -202,7 +206,7 @@ model_list:
- config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/higherhrnet_w48_coco_512x512_udp.py
checkpoint: https://download.openmmlab.com/mmpose/bottom_up/higher_hrnet48_coco_512x512_udp-7cad61ef_20210222.pth
## HRNetV2 + UDP + Panoptic
- config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_w18_panoptic_256x256_udp.py
- config: configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/panoptic2d/hrnetv2_w18_panoptic2d_256x256_udp.py
checkpoint: https://download.openmmlab.com/mmpose/hand/udp/hrnetv2_w18_panoptic_256x256_udp-f9e15948_20210330.pth
# SCNet
# SCNet + COCO
Expand All @@ -219,17 +223,23 @@ model_list:
## VideoPose3D + H36M
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_81frames_fullconv_supervised.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_81frames_fullconv_supervised-1f2d1104_20210527.pth
input_shape: 34, 81
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_243frames_fullconv_supervised.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_fullconv_supervised_cpn_ft-88f5abbb_20210527.pth
input_shape: 34, 243
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_1frame_fullconv_supervised_cpn_ft.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_1frame_fullconv_supervised_cpn_ft-5c3afaed_20210527.pth
- config: cconfigs/body3d/videopose/h36m/videopose3d_h36m_243frames_fullconv_supervised_cpn_ft.py
input_shape: 34, 1
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_243frames_fullconv_supervised_cpn_ft.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_fullconv_supervised_cpn_ft-88f5abbb_20210527.pth
input_shape: 34, 243
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_27frames_fullconv_semi-supervised.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_27frames_fullconv_semi-supervised-54aef83b_20210527.pth
input_shape: 34, 27
- config: configs/body/3d_kpt_sview_rgb_vid/video_pose_lift/h36m/videopose3d_h36m_27frames_fullconv_semi-supervised_cpn_ft.py
checkpoint: https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_27frames_fullconv_semi-supervised_cpn_ft-71be9cde_20210527.pth
# Associative Embedding
input_shape: 34, 27
# Associative Embedding
## TODO: Other AE models
## AE + ResNet + COCO
- config: configs/body/2d_kpt_sview_rgb_img/associative_embedding/coco/res50_coco_512x512.py
Expand Down
Loading