check#

Dataset.check(check_symlink: bool = False, allow_keypoints: bool = False, check_exhaustive: bool = False)[source]#

Make a full check of dataset, Ids, Bounding boxes, label maps and images

Parameters:
  • check_symlink – Whether the dataset should be using symlinks. Defaults to False.

  • allow_keypoints – Whether a bounding box with a width and height of 0 is acceptable and assumed to be a keypoint

  • check_exhaustive – If set to True, will check that all images in the images_root folder are in the image dataframe, and that the dataset is indeed exhaustive