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

New HUBDatasetStats() class #8716

Merged
merged 10 commits into from
Jul 25, 2022
Merged

New HUBDatasetStats() class #8716

merged 10 commits into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. New HUBDatasetStats() class

    Usage examples:
    ```
    from utils.dataloaders import *
    
    stats = HUBDatasetStats('coco128.yaml', autodownload=True)  # method 1
    stats = HUBDatasetStats('path/to/coco128_with_yaml.zip')  # method 1
    
    stats.get_json(save=False)
    stats.process_images()
    ```
    
    @kalenmike
    glenn-jocher authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8b69e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a958c50 View commit details
    Browse the repository at this point in the history
  3. Update dataloaders.py

    glenn-jocher authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8427076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d23a0c View commit details
    Browse the repository at this point in the history
  5. Update dataloaders.py

    glenn-jocher authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    28d9d6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b41020 View commit details
    Browse the repository at this point in the history
  7. Update dataloaders.py

    glenn-jocher authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    26cd3ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b288d11 View commit details
    Browse the repository at this point in the history
  9. Update dataloaders.py

    glenn-jocher authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    085628e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f895ce7 View commit details
    Browse the repository at this point in the history