Im new to using TensorFlows object detection API but understand I need to convert a csv file to a TFRecord. I understand the format of the csv should be 8 columns, as follows:
filename, width, height, class, min, xmax, ymin, ymax
what im confused about is which corner of the image is assumed to be the origin?
Thanks for any help!