blueoil
blueoil copied to clipboard
Failed to build TFDS with openimages dataset
There is a subset of openimages (face). See: https://docs.blue-oil.org/tutorial/image_det.html#preparation I used this dataset and run build_tfds command to build TFDS, but I got the following error.
'BBox coordinates should be between 0 and 1. Got {}.'.format(bbox))
ValueError: BBox coordinates should be between 0 and 1. Got BBox(ymin=0.0, xmin=0.108385, ymax=0.885862, xmax=1.0000000000000002).