From 315afda7270b47cc3c6ef16d2cae61379157c255 Mon Sep 17 00:00:00 2001 From: Ethan Clark Date: Sun, 23 Mar 2025 11:21:29 -0700 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d2f8c..352c7b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Open Phantom: Training Robots Using Only Human Videos +# Open Phantom: Collecting Data From Robots Using Only Human Videos ## Overview @@ -64,6 +64,9 @@ cd ../.. cd external/ml-depth-pro pip install -e . cd ../.. + +# Verify installation +python -c "import mediapipe; import open3d; print('Dependencies successfully installed!')" ``` ## Usage