Git Product home page Git Product logo

cmsc733-p2-face-swap's Introduction

To run the triangulation part run Warpper_triangulation.py and make sure it is in the same directory as Data folder You must have the predictor file in the directory or you can specify the directory at line 158 for ex. [ (predictor = dlib.shape_predictor("info.dat")) ] You can manually change path of source face (image) at line 160, for ex. [ img_src = cv2.imread('Data/Scarlett.jpg') ] and Target face (video) at line 167, for ex. [ out = cv2.VideoWriter('Test3OutputTri.avi',cv2.VideoWriter_fourcc('M','J','P','G'), 6, (frame_width,frame_height)) ] Change the path for Output directory ('Test3OutputTri.avi') at line 167 for ex. [ out = cv2.VideoWriter('Test3OutputTri.avi',cv2.VideoWriter_fourcc('M','J','P','G'), 6, (frame_width,frame_height)) ]

To run the TPS part, just run the Warpper.py, which will load the 3 videos and generate the output video. You can modify the input and output path in the main function at Line 507.

cmsc733-p2-face-swap's People

Contributors

rvnandwani avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.