mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-11-24 00:40:07 -08:00
21 lines
501 B
Markdown
21 lines
501 B
Markdown
# DeepFaceLive Docker
|
|
|
|
### Requirements
|
|
|
|
* nvidia-driver-470 (current)
|
|
* cuda 11.4 (current)
|
|
|
|
### Setup
|
|
|
|
```
|
|
git clone DeepFaceLive
|
|
cd DeepFaceLive/build/linux/
|
|
# start.sh builds and runs container with proper options, then example.sh will start DeepFaceLive with example options
|
|
./start.sh
|
|
|
|
Usage of ./start.sh
|
|
# -d specify a folder for DeepFaceLive data (videos, models, etc)
|
|
-d /home/user/DeepFaceLive_data
|
|
# -c will pass through existing video devices such as /dev/video0 and /dev/video1, etc
|
|
```
|