Targetran is a new light-weight image augmentation library, to be used for object detection or image classification model training. While there are other powerful augmentation tools available, many of those operate only on NumPy arrays and do not work well with the TPU when accessing from Google Colab or Kaggle Notebooks. This is a known challenge addressed by some Kaggle practitioners. Targetran offers transformation tools using pure TensorFlow ops, and hence they work smoothly with the TPU via a TensorFlow Dataset. Please take a look if you are facing a similar challenge: https://github.com/bhky/targetran submitted by /u/xtorch501 |
Categories