DeepFaceLive/build/linux
2022-06-02 09:36:39 +04:00
..
Dockerfile upgrade to cu11.3 in windows build 2022-06-02 09:36:39 +04:00
example.sh dockerfile init 2021-09-22 14:09:22 -07:00
README.md updated Linux README 2022-03-17 10:30:43 -04:00
start.sh fixed incorrect bash flag to test if video device exists 2022-03-17 12:16:39 -04:00

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