yolov5/models
Glenn Jocher 9dd33fd20f
AutoShape PosixPath support (#4047)
* AutoShape PosixPath support

Usage example:

````python
from pathlib import Path

model = ...
file = Path('data/images/zidane.jpg')

results = model(file)
```

* Update common.py
2021-07-18 15:25:37 +02:00
..
hub Models `*.yaml` reformat (#3875) 2021-07-04 16:55:08 +02:00
__init__.py add "__init__.py" file in <models> folder 2020-06-15 14:37:07 +08:00
common.py AutoShape PosixPath support (#4047) 2021-07-18 15:25:37 +02:00
experimental.py `Ensemble()` visualize fix (#3973) 2021-07-11 19:47:08 +02:00
yolo.py Rename `test.py` to `val.py` (#4000) 2021-07-14 15:43:54 +02:00
yolov5l.yaml Models `*.yaml` reformat (#3875) 2021-07-04 16:55:08 +02:00
yolov5m.yaml Models `*.yaml` reformat (#3875) 2021-07-04 16:55:08 +02:00
yolov5s.yaml Models `*.yaml` reformat (#3875) 2021-07-04 16:55:08 +02:00
yolov5x.yaml Models `*.yaml` reformat (#3875) 2021-07-04 16:55:08 +02:00