kaisar khata
kaisar khata
fyi, I think Reddit closed down the deepfakes community... Whole project with training images and trained model (~300MB): https://anonfile.com/p7w3m0d5be/face-swap.zip https://github.com/deepfakes/faceswap-playground/issues/1
Did you have a chance to run the demo? dataset: https://drive.google.com/file/d/1ZQiIxn31vda5cwEMbbjj1l4qMkunU8lu/view?usp=sharing
I ran into same issue: Ubuntu 16 QT 5.5 OpenCV 3.3
@fasni You need to point to the build directory where you made the bgslibrary software: export PYTHONPATH="${PYTHONPATH}:$HOME/myapps/bgslibrary/build"
I tested in both PowerShell (administrator) and Command Prompt (administrator): C:\WINDOWS\system32>tail -f C:\app\oracle\diag\tnslsnr\DESKTOP-L5GI3V9\listener\trace\listener.log | bat --paging=never -l log PowerShell doesn't produce any output using the tail command with bat. Command...
@soumith @mvitez Jetson TX1 users are stilling running into model portability issues ("Failed to load function from bytecode"). Have the changes made it into mainline Torch? (Everything works in my...
I wouldn't recommend training on edge devices like TX1. Generally speaking, train on cloud and run on edge (if possible)...
@DradonFlying I installed NCCL v2.1.15, for CUDA 8.0 and that seemed to fix the issue. --------------------------------- (caffe2) ubuntu\@ip-172-31-0-76:\~/Downloads$ sudo dpkg -i nccl-repo-ubuntu1604-2.1.15-ga-cuda8.0_1-1_amd64.deb Selecting previously unselected package nccl-repo-ubuntu1604-2.1.15-ga-cuda8.0. (Reading database ......
Okay. I will use pycaffe instead of matlab. Does the cmake work or should I just clone the Makefile.config.example file instead? "cp Makefile.config.example Makefile.config" Thanks.
So, Matlab is not required then???