Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include mmcvs in requirements and update versions #53

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,12 @@ To prepare the Python environment and install additional packages such as opencv

### Build environment

We recommend a python version >=3.10 and cuda version =11.7. Then build environment as follows:
We recommend a python version >=3.10 and cuda version==12.1. Then build environment as follows:

```shell
pip install -r requirements.txt
```

### mmlab 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"
```


### Download weights
You can download weights manually as follows:
Expand Down
15 changes: 11 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
torch==2.0.1
torch==2.1.2
torchvision==0.16.2
torchdiffeq==0.2.3
torchmetrics==1.2.1
torchsde==0.2.5
torchvision==0.15.2
accelerate==0.29.3
av==11.0.0
clip @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a
decord==0.6.0
decord==0.6.0; sys_platform != 'darwin' and platform_machine != 'arm64'
eva-decord==0.6.1; sys_platform == 'darwin' and platform_machine == 'arm64'
diffusers>=0.24.0,<=0.27.2
einops==0.4.1
imageio==2.33.0
Expand All @@ -19,6 +20,12 @@ opencv-python==4.8.1.78
scikit-image==0.21.0
scikit-learn==1.3.2
transformers==4.33.1
xformers==0.0.22
xformers==0.0.23.post1
moviepy==1.0.3
wget==3.2
wheel==0.43.0
-f https://download.openmmlab.com/mmcv/dist/cu121/torch2.1/index.html
mmcv==2.1.0
mmengine==0.10.4
mmdet==3.3.0
mmpose==1.3.1