dataeval.utils.preprocessing.is_valid_box¶ dataeval.utils.preprocessing.is_valid_box(box)¶ Check if the box dimensions provided are valid (non-empty). Parameters:¶ box : Box¶Bounding box to validate Returns:¶ True if box is valid, False otherwise Return type:¶ bool