Skip to content

shibataka000/animeface

Repository files navigation

AnimeFace

Sample code of Chainer.

Description

We can training and recognize anime character face. We use animeface-character-dataset for training. I refered 深層学習でアニメ顔を分類する when I make these program.

Usage

Training

Run command in container.

./train.sh

Then animeface.model will be created in container.

Recognition

Run command in container.

./recognize.sh <path_to_image_file>

animeface.model is necessary to recognize. Recognized image must be in container.

Install

Build Dockerfile.

docker build -t <image_name> .

Author

shibataka000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published