yolov5/utils
Glenn Jocher 0ff5aeca61
Create date_modified() (#2616)
Updated device selection string with fallback for non-git directories.
```python
def select_device(device='', batch_size=None):
    # device = 'cpu' or '0' or '0,1,2,3'
    s = f'YOLOv5 🚀 {git_describe() or date_modified()} torch {torch.__version__} '  # string
...
```
2021-03-26 12:52:47 +01:00
..
aws resume.py typo (#2603) 2021-03-25 20:55:20 +01:00
google_app_engine adding the configuration to deploy yolov5 in in app engine (#964) 2020-09-22 11:48:44 -07:00
wandb_logging W&B DDP fix (#2574) 2021-03-23 16:54:34 +01:00
__init__.py initial commit 2020-05-29 17:04:54 -07:00
activations.py nn.SiLU() citation correction (#1713) 2021-01-06 20:58:41 -08:00
autoanchor.py Scipy kmeans-robust autoanchor update (#2470) 2021-03-14 21:58:12 -07:00
datasets.py Add '*.mpo' to supported image formats (#2615) 2021-03-26 12:45:22 +01:00
general.py Update segment2box() comment (#2600) 2021-03-25 15:12:49 +01:00
google_utils.py Update google_utils.py (#2017) 2021-01-22 15:08:42 -08:00
loss.py Robust objectness loss balancing (#2256) 2021-02-20 11:19:01 -08:00
metrics.py Confusion matrix background axis swap (#2114) 2021-03-02 16:09:52 -08:00
plots.py labels.jpg class names (#2454) 2021-03-12 22:15:41 -08:00
torch_utils.py Create date_modified() (#2616) 2021-03-26 12:52:47 +01:00