Skip to content

Releases: kartik4949/TensorPipe

Object Detection support

06 Dec 17:46
e5aaf9f
Compare
Choose a tag to compare
  • bug fixes
  • refactores
  • moved modules to tensorpipe
  • added support for Bounding boxes/Object Detection data.

Categorical Data with optimizations and numpy function injection.

22 Oct 19:47
83b5aac
Compare
Choose a tag to compare

Custom numpy injection in the data pipeline with optimization
SOTA augmentations with optimizations.
Stable pipeline with error handling.
currently only categorical data is being supported.

Classification support

11 Oct 14:17
Compare
Choose a tag to compare
Pre-release

Features supported and tested:

  1. All tf.image and tfa.image augmentations are supported.
  2. GridMask is supported and tested.
  3. Tested entire pipeline on categorical dataset.
  4. Custom functions are not yet supported.
  5. Augmentation pipeline is configurable through config file.