Skip to content

a Pytorch implementation of the paper: "A Compact Embedding for Facial Expression Similarity".

Notifications You must be signed in to change notification settings

llpspark/FECNet_for_FER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Pytorch mplementation for FECNet

  • A Pytorch implementation of the paper: "A Compact Embedding for Facial Expression Similarity".
  • Note: data selection and net structure have some difference from original paper.

Pipeline

  • Data Preparation
  • DataSet download:
    • Download image lists from: here
    • Run this command to download images from csv(place these images under "datas/train/" folder): python download_image.py
    • Run this command to extract trainable csv data: python export_train_label.py
  • Train
    • Run this command under root dir to train the net: python train_fecnet.py

Reference

About

a Pytorch implementation of the paper: "A Compact Embedding for Facial Expression Similarity".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages