So i tried to follow the tutorial at https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tf2_colab.ipynb.
I can see that the script uses 1 groundtruth box with [xmin,xmax,ymin,ymax] but how would i pass images that have multiple objects(can be the same) for training?
Edit: I already created code to generate multiple boxes and they are also stored normalized as a list of boxes in a tfrecords file.