Spaces:
Running on Zero
Running on Zero
prismaudio-project commited on
Commit ·
7568a1a
1
Parent(s): 5b40ec1
setup
Browse files
setup.sh
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git clone https://github.com/google-deepmind/videoprism.git
|
| 2 |
+
cd videoprism
|
| 3 |
+
pip install .
|
| 4 |
+
cd ..
|
| 5 |
+
pip install -r scripts/PrismAudio/setup/requirements.txt
|
| 6 |
+
pip install tensorflow-cpu==2.15.0
|
| 7 |
+
pip install facenet_pytorch==2.6.0 --no-deps
|
| 8 |
+
|
| 9 |
+
conda install -y -c conda-forge 'ffmpeg<7'
|