From 2e5b74a2574bbf1a023821815f96ac1d2e5f590f Mon Sep 17 00:00:00 2001 From: zzzweakman Date: Thu, 10 Apr 2025 14:02:24 +0800 Subject: [PATCH] docs: update readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f7180c6..5545c3c 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,9 @@ Install the MMLab ecosystem packages: ```bash pip install --no-cache-dir -U openmim mim install mmengine -mim install "mmcv>=2.0.1" -mim install "mmdet>=3.1.0" -mim install "mmpose>=1.1.0" +mim install "mmcv==2.0.1" +mim install "mmdet==3.1.0" +mim install "mmpose==1.1.0" ``` ### Setup FFmpeg @@ -207,10 +207,7 @@ We provide two scripts for automatic downloading: For Linux: ```bash -# Make the script executable -chmod +x download_weights.sh -# Run the script -./download_weights.sh +sh ./download_weights.sh ``` For Windows: