From 4b4c77684289e1e368504d0c91a816c9df61cab0 Mon Sep 17 00:00:00 2001 From: Jeffreytsai1004 Date: Sat, 22 Feb 2025 10:19:41 +0800 Subject: [PATCH] Update install.bat --- install.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.bat b/install.bat index 3f83f2b..07715dc 100644 --- a/install.bat +++ b/install.bat @@ -71,10 +71,11 @@ REM Create matte_anything environment -c pytorch -c nvidia -c conda-forge -r "%~dp0\" -y @CALL "%~dp0condabin\micromamba.bat" activate matte_anything @CALL cd %PROJECT_DIR%\ext\Matte-Anything\ -@CALL git clone https://github.com/facebookresearch/segment-anything.git +@CALL git clone https://github.com/facebookresearch/segment-anything.git %PROJECT_DIR%\ext\Matte-Anything\segment-anything @CALL cd %PROJECT_DIR%\ext\Matte-Anything\segment-anything @CALL python -m pip install -e . -@CALL git clone https://github.com/conansherry/detectron2.git +@CALL cd %PROJECT_DIR%\ext\Matte-Anything\ +@CALL git clone https://github.com/conansherry/detectron2.git %PROJECT_DIR%\ext\Matte-Anything\detectron2 @CALL cd %PROJECT_DIR%\ext\Matte-Anything\detectron2 @CALL python setup.py build develop @CALL cd %PROJECT_DIR%\ext\Matte-Anything\GroundingDINO