From b31e0a414c9141816989bd19f683ea3f951246db Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:00:09 +0800 Subject: [PATCH] Added ffmpeg dependency --- LOCAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL.md b/LOCAL.md index d955289..0475dba 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -1,6 +1,6 @@ # Train locally ### Build environment -0. Make sure you have installed `Python>=3.6, <=3.8`, CMake & C/C++ compilers; +0. Make sure you have installed `Python>=3.6, <=3.8`, CMake & C/C++ compilers, ffmpeg; 1. Clone this repository; 2. Run `pip install -r requirements`; 3. Install GPU version PyTorch: (Make sure you have CUDA 11.6 or 11.7 installed)