I am doing a real-time object detection task using Deep Learning. Which type of tensorflow dataset format is highly recommended for the same? I have seen TfRecord format and tf.data.Dataset format used mostly. Which one would be the best to use? I have my annotations in PASCAL VOC (xml) format.
Thank You! 🙂