From 0e415d93c20b62c1e1281443ce00260e101bcab5 Mon Sep 17 00:00:00 2001 From: Douglas Tarr Date: Fri, 7 Nov 2025 09:02:25 -0800 Subject: [PATCH] Add gdown dependency --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7228dd0..8f95a9d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ pip uninstall ffmpeg pip install spacy python -m spacy download en_core_web_sm pip install git+https://github.com/openai/CLIP.git +pip install gdown ``` Download dependencies: @@ -260,4 +261,4 @@ We would like to thank the following contributors for the great foundation that ## License This code is distributed under an [MIT LICENSE](LICENSE). -Note that our code depends on other libraries, including CLIP, SMPL, SMPL-X, PyTorch3D, and uses datasets that each have their own respective licenses that must also be followed. \ No newline at end of file +Note that our code depends on other libraries, including CLIP, SMPL, SMPL-X, PyTorch3D, and uses datasets that each have their own respective licenses that must also be followed.