module documentation

Undocumented

Function clean_imagenet_annotations Clean known ImageNet issues in FiftyOne labels.
def clean_imagenet_annotations(labels_path: Path) -> Path: ΒΆ

Clean known ImageNet issues in FiftyOne labels.

The cleanup fixes duplicate class names and known label-index errors in ImageNet FiftyOne exports.

Parameters
labels_path:PathPath to labels.json.
Returns
PathPath to the cleaned labels file.