Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dataset_stats() #3593

Merged
merged 1 commit into from
Jun 12, 2021
Merged

Update dataset_stats() #3593

merged 1 commit into from
Jun 12, 2021

Commits on Jun 11, 2021

  1. Update dataset_stats()

    @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)
    ```
    glenn-jocher authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    09b16c6 View commit details
    Browse the repository at this point in the history