• Glenn Jocher's avatar
    Update `dataset_stats()` (#3593) · 7a565f13
    Glenn Jocher 提交于
    @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)
    ```
    7a565f13
名称
最后提交
最后更新
..
aws 正在载入提交数据...
flask_rest_api 正在载入提交数据...
google_app_engine 正在载入提交数据...
wandb_logging 正在载入提交数据...
__init__.py 正在载入提交数据...
activations.py 正在载入提交数据...
autoanchor.py 正在载入提交数据...
datasets.py 正在载入提交数据...
general.py 正在载入提交数据...
google_utils.py 正在载入提交数据...
loss.py 正在载入提交数据...
metrics.py 正在载入提交数据...
plots.py 正在载入提交数据...
torch_utils.py 正在载入提交数据...