TropComplique / shufflenet-v2-tensorflow

A lightweight convolutional neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where can I download training_metadata.csv?

JoChanhee opened this issue · comments

Hi.
I am working on converting ImageNet to tfrecord.
According to the data/readme.md document,

python create_tfrecords.py
--metadata_file=training_metadata.csv
--output=/mnt/datasets/imagenet/train_shards/
--labels=integer_encoding.json
--boxes=boxes.npy
--num_shards=1000

But I can't find training_metadata.csv.
Where can I download training_metadata.csv?

Thank you.

Run data/explore_imagenet.ipynb you will get metadata files.