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.
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.