• Stars
    star
    299
  • Rank 139,231 (Top 3 %)
  • Language
    Python
  • License
    Other
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Official implementation for paper High Resolution Face Age Editing

HRFAE: High Resolution Face Age Editing

Official implementation for paper High Resolution Face Age Editing.

Teaser image

Dependencies

  • Python 3.7
  • Pytorch 1.1
  • Numpy
  • Opencv
  • TensorboardX
  • Tensorboard_logger

You can also create a new environment for this repo by running

conda env create -f env.yml

Load and test pretrained network

  1. You can download the pretrained model by running:

    cd ./logs/001
    ./download.sh
    
  2. Upload test images in the folder /test/input and run the test file. The output images will be saved in the folder /test/output. You can change the desired target age with --target_age.

    python test.py --config 001 --target_age 65
    

Train a new model

  1. Pretrained age classifier

    To get age information, we use an age classifier pretrained on IMDB-WIKI dataset. We use the model released from paper Deep expectation of real and apparent age from a single image without facial landmarks by Rothe et al.

    To prepare the model, you need to download the original caffe model and convert it to PyTorch format. We use the converter caffemodel2pytorch released by Vadim Kantorov. Then name the PyTorch model as dex_imdb_wiki.caffemodel.pt and put it in the folder /models.

  2. Preparing your dataset

    Download FFHQ dataset and unzip it to the /data/ffhq directory.

    Download age label to the /data directory.

    You can also train the model with your own dataset. Put your images in the /data directory. With the pretrained classifier, you can create a new label file with the age of each image.

  3. Training

    You can modify the training options of the config file in configs directory.

    python train.py --config 001 
    

Google Colab

We also provide a colab version for quick test. To run it using Google Colab, please click here.

Citation

@article{yao2020high,
    title   = {High Resolution Face Age Editing},
    author  = {Xu Yao and Gilles Puy and Alasdair Newson and Yann Gousseau and Pierre Hellier},
    journal = {CoRR},
    volume  = {abs/2005.04410},
    year    = {2020},
}

License

Copyright Β© 2020, InterDigital R&D France. All rights reserved.

This source code is made available under the license found in the LICENSE.txt in the root directory of this source tree.

More Repositories

1

CompressAI

A PyTorch library and evaluation platform for end-to-end compression research
Python
1,153
star
2

latent-transformer

Official implementation for paper: A Latent Transformer for Disentangled Face Editing in Images and Videos.
Python
142
star
3

FeatureStyleEncoder

Jupyter Notebook
90
star
4

CompressAI-Vision

CompressAI-Vision helps you design, test and compare Video Compression for Machines pipelines. Compression methods can be either pulled from custom AI-based modules from CompressAI or traditional codecs such as H.266/VVC.
Python
81
star
5

UnderPressure

Python
54
star
6

AdvantEDGE

AdvantEDGE, Mobile Edge Emulation Platform
Go
51
star
7

PccAI

PccAI is a framework for AI-based point cloud compression
Python
31
star
8

GRASP-Net

Source code of "GRASP-Net: Geometric Residual Analysis and Synthesis for Point Cloud Compression"
Python
27
star
9

TearingNet

Source code for the paper "TearingNet: Point Cloud Autoencoder to Learn Topology-Friendly Representations"
Python
26
star
10

VTMDecoder_VLCPlugin

VVC decoder plugin for VLC based on a multithreaded VTM
C
21
star
11

FESTA

Source code for the paper "FESTA: Flow Estimation via Spatial-Temporal Attention for Scene Point Clouds"
Python
18
star
12

CompressAI-Trainer

Training platform for End-to-End compression models, losses and metrics defined in Compressai
Python
17
star
13

SADL

C++
14
star
14

DeepFilmGrain

Official implementation for paper : Deep-based film grain removal and synthesis
Python
12
star
15

DialogSummary-VideoQA

Python
10
star
16

GstH266Enc

An open-source custom Gstreamer plugin for Versatile Video Coding (VVC) encoder.
C
9
star
17

Fireball

Deep Neural Network Library
Jupyter Notebook
9
star
18

VersatileFilmGrain

Software model of hardware-friendly film grain synthesis, supporting MPEG FGC SEI and AOM/AV1 parameters
C
7
star
19

QuantumChannelDecoding

A quantum algorithm for channel decoding of linear block codes such as Hamming codes and Polar codes
Jupyter Notebook
6
star
20

EdgeLink

EdgeLink, SDN controlled wireless mesh network
Java
5
star
21

StyleBasedFilmGrain

Official implementation for paper : Style-based film grain analysis and synthesis
4
star
22

ActiveLearning

Codes related to our paper Efficacy of Bayesian Neural Networks in Active Learning CVPR 2021
Jupyter Notebook
4
star
23

ObjectRemovalDetection

Detection of Removed Objects in 3D Meshes Using Up-to-Date Images for Mixed Reality Applications
C++
3
star
24

doec

Deep Octree Entropy Coding
Python
3
star
25

CoLDE

Companion Code for TKDD 2022 Journal Paper: "Supervised Contrastive Learning for Interpretable Long-Form Document Matching"
Python
2
star
26

ARDENT

Agnostic platfoRm DEploymeNt orchesTrator (ARDENT)
Go
1
star
27

GraphBasedSceneRegistration

Graph-based Model Registration for Semantically Rich Scenes
C++
1
star
28

nf-pcac

Python
1
star
29

IDCC_SkineticDriver

IDCC_SkineticDriver
C++
1
star