File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,16 @@ https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_
6464During 2D pose detection, for multi-frame inference that rely on extra frames to get the final results of the current frame, try this:
6565
6666``` shell 
67- python  demo/body3d_pose_lifter_demo.py  \
68- python demo/body3d_pose_lifter_demo.py  \
67+ python demo/body3d_pose_lifter_demo.py \
6968demo/mmdetection_cfg/rtmdet_m_640-8xb32_coco-person.py \
7069https://download.openmmlab.com/mmpose/v1/projects/rtmpose/rtmdet_m_8xb32-100e_coco-obj365-person-235e8209.pth \
7170configs/body_2d_keypoint/rtmpose/body8/rtmpose-m_8xb256-420e_body8-256x192.py \
7271https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-body7_pt-body7_420e-256x192-e48f03d0_20230504.pth \
7372configs/body_3d_keypoint/pose_lift/h36m/pose-lift_videopose3d-243frm-supv-cpn-ft_8xb128-200e_h36m.py \
74- https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_fullconv_supervised_cpn_ft-88f5abbb_20210527.pth   \
73+ https://download.openmmlab.com/mmpose/body3d/videopose/videopose_h36m_243frames_fullconv_supervised_cpn_ft-88f5abbb_20210527.pth \
7574--input https://user-images.githubusercontent.com/87690686/164970135-b14e424c-765a-4180-9bc8-fa8d6abc5510.mp4 \
76- --output-root   vis_results   \
77- --use-multi-frames   --online
75+ --output-root vis_results \
76+ --use-multi-frames --online
7877``` 
7978
8079### 3D Human Pose Demo with Inferencer  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments