Hello,
the normal process to train your own model is to tag the images with a labelling tool and convert the XML files into CSV files and then into TFRecord files.
Many tools give the x and y coordinates of the bounding box as integer values, others as double or float.
Does this matter if I save double or float values in CSV files and try to create TFRecord files?