Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kanosawa/anime_face_landmark_detection

Anime face landmark detection by deep cascaded regression
https://github.com/kanosawa/anime_face_landmark_detection

Last synced: 2 months ago
JSON representation

Anime face landmark detection by deep cascaded regression

Lists

README

        

# Anime face landmark detection by deep cascaded regression
This is an implementation of deep cascaded regression for anime face landmark detection on Pytorch.

![landmark image](image/readme.bmp)

## Dependencies
- Python3.7
- Pytorch==1.3
- opencv-python

## Downloads
Download the checkpoint file from [google_drive](https://drive.google.com/open?id=1NckKw7elDjQTllRxttO87WY7cnQwdMqz) and cascade file for face detection from [nagadomi/lbpcascade_animeface](https://github.com/nagadomi/lbpcascade_animeface)

```
wget https://raw.githubusercontent.com/nagadomi/lbpcascade_animeface/master/lbpcascade_animeface.xml
```

## Usage

```
python example.py
```