Skip to content

Console tool to albumentate images for deep learning REID.

License

Notifications You must be signed in to change notification settings

AISP-PL/aisp-albumentations-reid

 
 

Repository files navigation

aisp-albumentations

Console tool to albumentate images for deep learning. Using great albumentations (https://albumentations.ai/) package.

Install

pip install -r requirements.txt
./install.sh

Usage

Augment images by color transformations

python ./main.py -ac -i tests/TestImages1/

Augment images by shape transformations

python ./main.py -as -i tests/TestImages1/

About

Console tool to albumentate images for deep learning REID.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%