dipendra009 / imagenet-build

Contains code for building ImageNet dataset using TF2 for TF and PyTorch training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageNet Build and Prepare Script

Contains files for preparing imagenet dataset for training using TensorFlow and PyTorch.

Includes following script:

  • preprocessing validation images and annotations to move to folder with 'synset' as name.
  • calculate the bounding boxes from the annotation files.
  • conversion to TF records using TensorFlow 2.
  • creating symlinks for training using PyTorch.

About

Contains code for building ImageNet dataset using TF2 for TF and PyTorch training.


Languages

Language:Python 97.0%Language:Shell 3.0%