Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nxcd/face-dataset-creator

It's a face extractor from videos and images to create a dataset about face images
https://github.com/nxcd/face-dataset-creator

Last synced: 4 months ago
JSON representation

It's a face extractor from videos and images to create a dataset about face images

Awesome Lists containing this project

README

        

# Face-dataset-creator

It's a face extractor from videos and images to create a dataset about face images

## Usage
Do you want to get faces from a video?
``` shell
python3 main.py --input_video --output --skip --verbose <0_1>
```

Do you want to get faces from a folder with many images?
``` shell
python3 main.py --input_folder --output --verbose <0_1>
```

Example:
``` shell
python3 face_generator.py --input_video feliz.mp4 --output ./datset --skip 10 --verbose 0
```

## Results example
Input a video or image folder -> get your face images, example:
- Input

![](./docs/assets/me.gif)

- Output

![](./docs/assets/output.png)