Documentation for coco_dataset_viewer
Path: utils/coco_dataset_viewer.py
Functions
visualize_coco_dataset
Visualize images and annotations from a COCO dataset.
Args: coco_json_path: Path to the COCO JSON file images_dir: Directory containing the JPG images num_samples: Number of images to visualize random_samples: If True, select random images; otherwise, select the first ones
main
No description provided.