mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
added module: Face Swap (Insight)
This commit is contained in:
parent
c7478635cc
commit
c4511db198
33 changed files with 567 additions and 75 deletions
|
@ -10,7 +10,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
|
|||
RUN git clone https://github.com/iperov/DeepFaceLive.git
|
||||
|
||||
RUN python -m pip install --upgrade pip
|
||||
RUN python -m pip install onnxruntime-gpu==1.14.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.7.0.72 opencv-contrib-python==4.7.0.72 pyqt6==6.5.0 onnx==1.13.0 torch==1.13.1 torchvision==0.14.1
|
||||
RUN python -m pip install onnxruntime-gpu==1.15.1 numpy==1.21.6 h5py numexpr protobuf==3.20.1 opencv-python==4.8.0.74 opencv-contrib-python==4.8.0.74 pyqt6==6.5.1 onnx==1.14.0 torch==1.13.1 torchvision==0.14.1
|
||||
|
||||
RUN apt install -y libnvidia-compute-$NV_VER
|
||||
|
||||
|
|
BIN
build/samples/Ben_Stiller_Owen_Wilson.mp4
Normal file
BIN
build/samples/Ben_Stiller_Owen_Wilson.mp4
Normal file
Binary file not shown.
|
@ -476,19 +476,19 @@ def build_deepfacelive_windows(release_dir, cache_dir, python_ver='3.8.10', back
|
|||
builder.install_pip_package('h5py')
|
||||
builder.install_pip_package('numexpr')
|
||||
builder.install_pip_package('protobuf==3.20.1')
|
||||
builder.install_pip_package('opencv-python==4.7.0.72')
|
||||
builder.install_pip_package('opencv-contrib-python==4.7.0.72')
|
||||
builder.install_pip_package('pyqt6==6.5.0')
|
||||
builder.install_pip_package('onnx==1.13.0')
|
||||
builder.install_pip_package('opencv-python==4.8.0.74')
|
||||
builder.install_pip_package('opencv-contrib-python==4.8.0.74')
|
||||
builder.install_pip_package('pyqt6==6.5.1')
|
||||
builder.install_pip_package('onnx==1.14.0')
|
||||
|
||||
if backend == 'cuda':
|
||||
#builder.install_pip_package('torch==1.10.0+cu113 torchvision==0.11.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')
|
||||
#builder.install_pip_package('torch==1.11.0+cu115 torchvision==0.12.0+cu115 -f https://download.pytorch.org/whl/torch_stable.html')
|
||||
builder.install_pip_package('torch==1.13.1+cu117 torchvision==0.14.1+cu117 -f https://download.pytorch.org/whl/torch_stable.html')
|
||||
|
||||
builder.install_pip_package('onnxruntime-gpu==1.14.1')
|
||||
builder.install_pip_package('onnxruntime-gpu==1.15.1')
|
||||
elif backend == 'directml':
|
||||
builder.install_pip_package('onnxruntime-directml==1.14.1')
|
||||
builder.install_pip_package('onnxruntime-directml==1.15.1')
|
||||
|
||||
builder.install_ffmpeg_binaries()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue