Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
40,470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. **Whole project with training images and trained model (~300MB):**
  2. anonfile com (slash) p7w3m0d5be/face-swap.zip
  3.  
  4. **Source code only:**
  5. anonfile com (slash) f6wbmfd2b2/face-swap-code.zip
  6.  
  7. **Requirements:**
  8.  
  9. Python 3
  10. Opencv 3
  11. Tensorflow 1.3+(?)
  12. Keras 2
  13.  
  14. you also need a modern GPU with CUDA support for best performance
  15.  
  16. **How to run:**
  17.  
  18. python train.py
  19.  
  20. As you can see, the code is embarrassingly simple. I don't think it's worth the trouble to keep it secret from everyone.
  21. I believe the community are smart enough to finish the rest of the owl.
  22.  
  23. If there is any question, welcome to discuss here.
  24.  
  25. **Some tips:**
  26.  
  27. Reuse existing models will train much faster than start from nothing.
  28. If there are not enough training data, start with someone looks similar, then switch the data.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement