face2face-demo icon indicating copy to clipboard operation
face2face-demo copied to clipboard

pix2pix demo that learns from facial landmarks and translates this into a face

Results 29 face2face-demo issues
Sort by recently updated
recently updated
newest added

Thank you for the helpful contribution. I want to ask can this repo implement the human pose, intrinsic, and expression of face as txt file? And if it is possible,...

after processing 3 to 4 epochs , "_2_batch/fifo_queue: Skipping cancelled dequeue attempt with queue not closed" error occured. After referring **[stackoverflow](https://stackoverflow.com/questions/38678371/tensorflow-enqueue-operation-was-cancelled)** still the batch queue error occurred.

VIDEOIO ERROR:V4L:cannot open camera by index 0 Traceback (most recent call last): File "run_webcam.py",line 130,in main() File "run_webcam.py", line 57, in main frame_resize = cv2.resize(frame, None, fx=1 / DOWNSAMPLE_RATIO, fy=1...

Does anyone know of a way to achieve this same result with only audio as an input and having it remain in realtime?

When I run "generate_train_data.py", it would failed with error: ``` OpenCV Error: Assertion failed (ssize.area() > 0) in resize, file /Users/jenkins/miniconda/1/x64/conda-bld/conda_1486587097465/work/opencv-3.1.0/modules/imgproc/src/imgwarp.cpp, line 3229 Traceback (most recent call last): File "generate_train_data.py",...

https://github.com/affinelayer/pix2pix-tensorflow/issues/126 https://github.com/datitran/face2face-demo/blob/19d916a35d2432e745d6d47ab0dca23d5c02ea18/reduce_model.py#L42 Also about your comment https://github.com/datitran/face2face-demo/blob/19d916a35d2432e745d6d47ab0dca23d5c02ea18/reduce_model.py#L45 Isn't use unique name for each `tf.layers.batch_normalization` is sufficient? (by default its `name=None`) https://github.com/affinelayer/pix2pix-tensorflow/issues/126#issuecomment-574268185

Hi, How can we resume the training from the last saved weights/checkpoints?

Build fails on conda env create -f environment.yml with the error: Solving environment: failed ResolvePackageNotFound: - xz==5.2.2=1 - libpng==1.6.27=0 - readline==6.2=2 - mkl==2017.0.3=0 - bzip2==1.0.6=3 - numpy==1.13.0=py35_0 - tk==8.5.18=0

Hi. I cloned this repo, then created the conda environment from file (Mac OS) and dowloaded the dataSet (angela_merkel_speech.mp4 and shape_predictor_68_face_landmarks.dat). OBS: I placed the both files of the dataSet...