Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
dataset_stats()
(ultralytics#3593)
@kalenmike this is a PR to add image filenames and labels to our stats dictionary and to save the dictionary to JSON. Save location is next to the train labels.cache file. The single JSON contains all stats for entire dataset. Usage example: ```python from utils.datasets import * dataset_stats('coco128.yaml', verbose=True) ``` (cherry picked from commit 7a565f1)
- Loading branch information