Dref360 / image_dispatcher

The goal of this repo is to make a complete image data augmentation pipeline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Dispatcher

The goal of this repo is to make a complete image data augmentation pipeline.

How to run?

cargo run --release -- $FOLDER

where $FOLDER is a directory of images.

$FOLDER
  |-  1.png
  |-  2.png
  |-  ....
  |-  n.png

Roadmap

  • API Design using transformers (similar to keras.Layers or torchvision.transforms)
  • Add tests
  • Use rayon for async computing.
  • Integrate with a ML framework such as TF or Torch.

About

The goal of this repo is to make a complete image data augmentation pipeline.


Languages

Language:Rust 96.8%Language:Dockerfile 3.2%