faceit icon indicating copy to clipboard operation
faceit copied to clipboard

A script to make it easy to swap faces in videos using the faceswap library, and YouTube videos.

Results 19 faceit issues
Sort by recently updated
recently updated
newest added

> $ python3 faceit.py convert foo_bar bar.mp4 --start 0 --duration 10 --side-by-sid > Using TensorFlow backend. > Loading Model from Model_Original plugin... > WARNING:tensorflow:From /home/xiaobai/.local/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1264: calling reduce_prod (from tensorflow.python.ops.math_ops) with...

When I run the faceit.py, it says No module named 'lib.utils' I tried to change the sys.path.append(‘’) to my path but it still doesn’t work. Do you mind showing me...

I'm willing to transfer your model. Is there a way you could share your model weights ?

I have tried everything but I Still get this: Any idea how to fix? "OSError: MoviePy error: failed to read the first frame of video file data/videos/trump_tale.mp4. That might mean...

Dear Author: Envirment:windows10+splider(ancanda) Here is my problem:I am not sure which library installed on mo computer even i read the Document adout CUDA(https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#verify-you-have-cuda-enabled-system),so, I should install the compiler CUDA or...

Running 'python faceit.py preprocess fallon_to_oliver' results in the error: 'Failed to extract from image: C:\projects\faceit\data\processed\fallon _bank.mp4_frames\frame_000.jpg. Reason: bad allocation' The video download and extraction of frames works correctly. The error...

File "/jet/var/python/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/jet/var/python/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/jet/prs/workspace/pi/train.py", line 125, in processThread model = PluginLoader.get_model(trainer)(get_folder(self.arguments.model_dir)) File "/jet/prs/workspace/pi/PluginLoader.py", line 13, in get_model...

Setup your model and training data in code, e.g.: # Create the model with params: model name, person A name, person B name. faceit = FaceIt('fallon_to_oliver', 'fallon', 'oliver') # Add...

[extract-faces] about to extract faces for data/processed/fallon_mom.mp4_faces Input Directory: /media/killwithme/Ubuntu extended/projects/faceit/data/processed/fallon_mom.mp4_frames Output Directory: /media/killwithme/Ubuntu extended/projects/faceit/data/processed/fallon_mom.mp4_faces Starting, this may take a while... Traceback (most recent call last): File "faceit.py", line 362,...