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

https://github.com/natlee/face-wall-generator-tool

This is a tool for generating face wall to verify some AI models.
https://github.com/natlee/face-wall-generator-tool

data-generator face-recognition python3

Last synced: over 1 year ago
JSON representation

This is a tool for generating face wall to verify some AI models.

Awesome Lists containing this project

README

          

# Face Wall Generator Tool

This is a tool for generating face wall to verify some AI models.

## Usage

`python3 main.py -x -y -save_path `

> Please put you faces into folder `./faces`.

If `-save_path` is null, it will save `./wall.jpg` as default.

## Help

`python3 main.py --help`

```
NAME
main.py - Generate wall!

SYNOPSIS
main.py X Y SAVE_PATH

DESCRIPTION
Generate wall!

POSITIONAL ARGUMENTS
X
Type: int
Y
Type: int
save_path(optional)
Type: str
```

## Sample

![sample](./docs/sample.png)