new config
Browse files- 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("dekr_hrnet-w32_8xb10-140e_coco-512x512
|
35 |
hand = MMPoseInferencer("hand")
|
36 |
human3d = MMPoseInferencer(pose3d="human3d")
|
37 |
track_model = YOLO('yolov8n.pt') # Load an official Detect model
|
|
|
31 |
os.system("nvidia-smi")
|
32 |
|
33 |
print("[INFO]: Imported modules!")
|
34 |
+
human = MMPoseInferencer("dekr_hrnet-w32_8xb10-140e_coco-512x512")
|
35 |
hand = MMPoseInferencer("hand")
|
36 |
human3d = MMPoseInferencer(pose3d="human3d")
|
37 |
track_model = YOLO('yolov8n.pt') # Load an official Detect model
|