You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Glenn Jocher d699c21c75
YOLOv5s6 params and FLOPs fix (#5977)
2 years ago
.github Bump actions/cache from 2.1.6 to 2.1.7 (#5816) 2 years ago
data New `DetectMultiBackend()` class (#5549) 2 years ago
models Fix Detections class `tolist()` method (#5945) 2 years ago
utils Refactor NUM_THREADS (#5954) 2 years ago
.dockerignore Add *.engine (TensorRT extensions) to .gitignore (#5911) 2 years ago
.gitattributes git attrib 3 years ago
.gitignore fix .gitignore not tracking existing folders (#5946) 2 years ago
.pre-commit-config.yaml precommit: isort (#5493) 2 years ago
CONTRIBUTING.md Fixed a small typo in CONTRIBUTING.md (#5445) 2 years ago
Dockerfile GCP VM from Image example (#5814) 2 years ago
LICENSE Add pre-commit CI actions (#4982) 2 years ago
README.md YOLOv5s6 params and FLOPs fix (#5977) 2 years ago
detect.py Fix `imgsz` bug (#5948) 2 years ago
export.py Add nms and agnostic nms to export.py (#5938) 2 years ago
hubconf.py `pretrained=False` fix (#5966) 2 years ago
requirements.txt Add `requests` to requirements.txt (#5112) 2 years ago
setup.cfg precommit: isort (#5493) 2 years ago
train.py Remove NCOLS from tqdm (#5804) 2 years ago
tutorial.ipynb Add hardware checks to `notebook_init()` (#5919) 2 years ago
val.py Add `--workers 8` argument to val.py (#5857) 2 years ago