Clorr
Clorr
On the implementation side, I was thinking of modifying the Bundle so that instead of doing `$table->getResponse()`, we could do `$table->render("path/to/my/theme.html.twig")` I tried to modify the code base, but the...
My last commit implements a new approach with a `setColumnTheme` function to be called at init (ex: `$table->setColumnTheme("_template.html.twig")`). It's not perfect, it could be better to inject directly the renderer...
I was also thinking about that, just to have a report of face poses after extract. It would help people knowing if their training data contains same poses from src...
Add https in front of the url, as here: https://anonfile.com/p7w3m0d5be/face-swap.zip
@ashedko I have moved on https://github.com/deepfakes/faceswap/ and I pushed a simple face détection based on opencv. If you want to improve it, feel free. There is also an alignment with...
I updated the project with: - Dockerfile to have a faster kickstart - Separating libs from apps - Added an extract tool to get faces from random photos - Added...
In its latest post deepfakes proposes to use dlib to better align faces. This will improve the result. Otherwise it is also due to the low-res of the training /...
Indeed this is nice. I want to integrate this in the main project, but Christmas did not let me much time... Look at #16 , and don't hesitate to push...
To run the demo, you have to setup your environment (If you check my pull request, you will find a Dockerfile with the tools needed). Once this is done, you...
If you see only the porn usage, I can understand your point. However, this code goes much further than that. It enables to replace any video pattern for another. Look...