From 237d2181b2fef50e6709f17fb07ee1a968cafa9c Mon Sep 17 00:00:00 2001 From: "Alessandro de Oliveira Faria (A.K.A. CABELO)" Date: Sat, 11 Mar 2023 21:44:26 -0300 Subject: [PATCH] Correction of instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0ff55b..73773c1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ git submodule update --init --recursive 2. Set up conda environment ``` conda env create -f env.yaml -conda activate slahmr +conda activate slahmr5 ``` Install current source repo @@ -33,12 +33,12 @@ pip install -e . Install ViTPose ``` -pip install -v -e third_party/PHALP_plus/ViTPose +pip install -v -e third-party/PHALP_plus/ViTPose ``` and DROID-SLAM (will take a while) ``` -cd third_party/DROID-SLAM +cd third-party/DROID-SLAM python setup.py install ```