https://github.com/ternaus/pipelines
https://github.com/ternaus/pipelines
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ternaus/pipelines
- Owner: ternaus
- Created: 2024-06-25T21:35:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T21:12:19.000Z (about 2 years ago)
- Last Synced: 2025-01-25T18:43:05.966Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# albumentations_examples
Install requitements:
```bash
pip install -r src/text_overlay/requirements.txt
```
```bash
pip install git+https://github.com/albumentations-team/albumentations.git
```
To run text overlay:
```bash
(pipelines) ➜ pipelines git:(main) ✗ python -m src.text_overlay.dataset -h
usage: dataset.py [-h] -i INPUT_PATH -f FONT_PATH -o OUTPUT_PATH
Process TAR files to extract images and metadata.
options:
-h, --help show this help message and exit
-i INPUT_PATH, --input_path INPUT_PATH
Path to images and documentation
-f FONT_PATH, --font_path FONT_PATH
Path to font.
-o OUTPUT_PATH, --output_path OUTPUT_PATH
Path to the output folder to save extracted images and metadata.
```