Giter Club home page Giter Club logo

iqiyi-vid's Introduction

Celebrity Video Identification Based on Face Features

Introduction

This repository contains codes for 2019 iQIYI Celebrity Video Identification Challenge, which achieved a mAP score of 0.8949 on the test set (Ranked 6th), inspired by Jasonbaby and created by Wenzhe Wang.

Contents

  1. Requirements
  2. Installation
  3. Training
  4. Submission
  5. Reference

Requirements

  1. Python 3.5
  2. tensorflow-gpu (I use 1.4.0)
  3. Keras (I use 2.0.8)

Installation

  1. Clone the iQIYI-VID repository into $VID_ROOT

    git clone https://github.com/zhezheey/iQIYI-VID.git
  2. Install python packages you might not have in requirements.txt

    pip install -r requirements.txt

Training

  1. Download the IQIYI-VID dataset, then place face_train_v2.pickle and face_val_v2.pickle inside the $VID_ROOT/feat directory, train_gt.txt and val_gt.txt inside the $VID_ROOT/data directory.

  2. Train the MLP models (see more details here)

    cd $VID_ROOT/train
    python get_gt.py
    # Change the batch_size in train.py according to your GPU memory.
    sh train.sh
  3. By default, trained models are saved under $VID_ROOT/train/model.

Submission

Follow the steps below to build the Docker image of our submission (see more details here).

  1. Move the trained models into the $VID_ROOT/docker/resources directory.

  2. Build the Docker image

    cd $VID_ROOT/docker
    docker build -t zheey:1.0 -f Dockerfile .

Reference

@article{liu2018iqiyi,
  title={iqiyi-vid: A large dataset for multi-modal person identification},
  author={Liu, Yuanliu and Shi, Peipei and Peng, Bo and Yan, He and Zhou, Yong and Han, Bing and Zheng, Yi and Lin, Chao and Jiang, Jianbin and Fan, Yin and others},
  journal={arXiv preprint arXiv:1811.07548},
  year={2018}
}

iqiyi-vid's People

Contributors

zhezheey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

buptccy lee-ft

iqiyi-vid's Issues

Download Dataset

Hi! Thanks for your great paper. Is there any possibility of download the dataset?

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.