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.
- Host: GitHub
- URL: https://github.com/natlee/face-wall-generator-tool
- Owner: NatLee
- License: mit
- Created: 2021-03-30T12:32:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T12:33:15.000Z (about 5 years ago)
- Last Synced: 2025-01-21T20:48:43.239Z (over 1 year ago)
- Topics: data-generator, face-recognition, python3
- Language: Python
- Homepage:
- Size: 1.66 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
