Skip to content

A python library for generating TFRecords from ILSVRC2015 VID dataset

Notifications You must be signed in to change notification settings

ZhouYzzz/ILSVRC2015VID_TFRecords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILSVRC2015VID_TFRecords

This repository is used to generate sequencial TFRecords files from raw ILSVRC2015VID datasets. The generated record files can be used to train networks used for Visual Tracking, Object Detection Tasks, e.t.c.

Requirements

  • python3.5 or later
  • tensorflow-gpu == 1.4.1 (or tensorflow == 1.4.1)
  • tqdm
  • ILSVRC2015 VID dataset

run pip install -r requirements.txt to install required packages.

go to ILSVRC2015 for more information and download the dataset.

Create fixed length TFSequenceExample

run scripts/main_create_fixed_len_examples.py

use tfhelper.input_fn.fixed_len_input_fn for tf.Estimator API

About

A python library for generating TFRecords from ILSVRC2015 VID dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages