Coder Social home page Coder Social logo

fpmt's Introduction

FPMT: Fast and Precise High-Resolution Makeup Transfer via Frequency Decomposition

Image text Image text Image text Image text Image text

Requirements

A suitable conda environment named FPMT can be created and activated with:

conda env create -f environment.yaml
conda activate FPMT

Pretrained Models

The pre trained FPMT with L=3 model has been provided in folder weights. Due to the parameter of FPMT being only 0.95M, its pth file size is approximately 3.6M.

Run the examples

In the current directory, run the following command

python eval.py

The corresponding generated results have been placed in folder examples_results\test_pair

How to run your own data

  1. Face alignment. Please refer to the BeautyGAN or PSGAN code to crop the image according to the face landmarks.

  2. Prepare face parsing. In our experiment, face parsing is generated by https://github.com/zllrunning/face-parsing.PyTorch.

  3. Put face images in the ./examples/images/makeup and ./examples/images/non-makeup. Put the results of face parsing in the ./examples/seg1/makeup and /examples/seg1/non-makeup.

  4. Run python eval.py.

fpmt's People

Contributors

snowfallingplum avatar

Stargazers

 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.