xmrt commited on
Commit
e6264ad
1 Parent(s): 27b01fb

3d change ND 2D NEW MODEL

Browse files
Files changed (1) hide show
  1. main_noweb.py +1 -1
main_noweb.py CHANGED
@@ -31,7 +31,7 @@ else:
31
  os.system("nvidia-smi")
32
 
33
  print("[INFO]: Imported modules!")
34
- human = MMPoseInferencer("ipr_res50_debias-8xb64-210e_coco-256x256-055a7699_20220913") # dekr_hrnet-w32_8xb10-140e_coco-512x512
35
  hand = MMPoseInferencer("hand")
36
  human3d = MMPoseInferencer("pose-lift_simplebaseline3d_8xb64-200e_h36m") # pose3d="human3d"
37
 
 
31
  os.system("nvidia-smi")
32
 
33
  print("[INFO]: Imported modules!")
34
+ human = MMPoseInferencer("simcc_mobilenetv2_wo-deconv-8xb64-210e_coco-256x192") # simcc_mobilenetv2_wo-deconv-8xb64-210e_coco-256x192 dekr_hrnet-w32_8xb10-140e_coco-512x512
35
  hand = MMPoseInferencer("hand")
36
  human3d = MMPoseInferencer("pose-lift_simplebaseline3d_8xb64-200e_h36m") # pose3d="human3d"
37