I have multiple doubts:
- What is the use of the 3rd bounding_boxes_on_image_array function or the 2nd function?
- What is the number n in the dimension s of boxes [N,4]
- In read_image_tfds why do we divide by 127.5 and then subtract -1 from image?
- Why is training_dataset an object but visualization_training_dataset used for length measurements?
- The boxes dimension does not signify if its ymin then xmin and so on