Update MediaPipe nodes to standardize with existing code base (CORE-242) (#14025)

This commit is contained in:
Alexis Rolland
2026-05-21 14:39:30 +08:00
committed by GitHub
parent 1668aaf037
commit 7b7c5fed7c
3 changed files with 22 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ folder_names_and_paths["geometry_estimation"] = ([os.path.join(models_dir, "geom
folder_names_and_paths["optical_flow"] = ([os.path.join(models_dir, "optical_flow")], supported_pt_extensions)
folder_names_and_paths["mediapipe"] = ([os.path.join(models_dir, "mediapipe")], supported_pt_extensions)
folder_names_and_paths["detection"] = ([os.path.join(models_dir, "detection")], supported_pt_extensions)
output_directory = os.path.join(base_path, "output")
temp_directory = os.path.join(base_path, "temp")