Skip to content

Sample TFRecords and pbtxt file

Latest
Compare
Choose a tag to compare
@sayakpaul sayakpaul released this 15 Sep 03:44
· 18 commits to master since this release

TensorFlow Object Detection API requires the data to be packaged in TFRecords at least if you are using the API in a non-eager mode. It also needs a .pbtxt file that defines the integer mapping of the class labels.