Avoid cv2 window init code on Windows (#8712) 7215a0f unverified glenn-jocher commited on Jul 25, 2022
Allow detect.py to use video size for initial window size (#8330) 0537e8d unverified Nicholas Zolton glenn-jocher commited on Jun 26, 2022
Allow preview resize in detect.py (#8318) 19f33cb unverified Ryan Hirasaki glenn-jocher commited on Jun 24, 2022
Rename `utils/datasets.py` > `utils/dataloaders.py` (#7799) 9d8ed37 unverified glenn-jocher commited on May 13, 2022
precommit: yapf (#5494) c3d5ac1 unverified Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on Mar 31, 2022
Fix `cv2.imwrite` on non-ASCII paths (#7139) d115bbf unverified RcINS pre-commit-ci[bot] glenn-jocher commited on Mar 25, 2022
DetectMultiBackend() `--half` handling (#6945) b94b59e unverified glenn-jocher commited on Mar 11, 2022
Fixing minor multi-streaming issues with TensoRT engine (#6504) 8fcdf3b unverified greg2451 pre-commit-ci[bot] commited on Feb 4, 2022
Enable ONNX `--half` FP16 inference (#6268) f3085ac unverified glenn-jocher pre-commit-ci[bot] commited on Jan 11, 2022
Update export format docstrings (#6151) ec4b6dd unverified glenn-jocher pre-commit-ci[bot] commited on Jan 3, 2022
Add EdgeTPU support (#3630) d95978a unverified zldrobit glenn-jocher unknown pre-commit-ci[bot] commited on Dec 31, 2021
Update TorchScript suffix to `*.torchscript` (#5856) 00e308f unverified glenn-jocher commited on Dec 2, 2021
Refactor new `model.warmup()` method (#5810) fcd180d unverified glenn-jocher commited on Nov 27, 2021
Export, detect and validation with TensorRT engine file (#5699) 7a39803 unverified imyhxy glenn-jocher commited on Nov 22, 2021
New `DetectMultiBackend()` class (#5549) 3883261 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 9, 2021
Inside Ultralytics video https://youtu.be/Zgi9g1ksQHc (#5546) b8f979b unverified glenn-jocher commited on Nov 6, 2021
Fix `save_one_box()` (#5545) 3f64ad1 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 6, 2021
Fix detect.py URL inference (#5525) 5f603a9 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 5, 2021
precommit: isort (#5493) 0155548 unverified Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on Nov 4, 2021
Handle edgetpu model inference (#5372) ac2c49a unverified Nam Vu Nam Vu pre-commit-ci[bot] glenn-jocher commited on Nov 4, 2021
Remove `check_requirements(('tensorflow>=2.4.1',))` (#5476) 0eb37ad unverified glenn-jocher commited on Nov 3, 2021
Uncomment OpenCV 4.5.4 requirement in detect.py (#5305) e0c3f42 unverified jebastin-nadar commited on Oct 23, 2021
Check `'onnxruntime-gpu' if torch.has_cuda` (#5087) b754525 unverified glenn-jocher commited on Oct 13, 2021
update `detect.py` in order to support torch script (#5109) 938efe5 unverified Andrei Ionut Damian glenn-jocher commited on Oct 12, 2021
Add OpenCV DNN option for ONNX inference (#5136) 0bf24cf unverified glenn-jocher commited on Oct 11, 2021
Fix `ROOT` as relative path (#5129) 153873e unverified Malte Lorbach glenn-jocher commited on Oct 11, 2021
Allow YOLOv5 execution from arbitrary `cwd` (#4954) 4e04cb0 unverified glenn-jocher commited on Sep 28, 2021
Fix arg help string to match 'classes' arg name (#4893) dad8660 unverified NauchtanRobotics commited on Sep 24, 2021
Simplify `check_requirements()` usage (#4855) 4c839ee unverified glenn-jocher commited on Sep 18, 2021
Refactor argparser printing to `print_args()` (#4850) 3732f9a unverified glenn-jocher commited on Sep 18, 2021
Add TensorFlow formats to `export.py` (#4479) c3a93d7 unverified glenn-jocher commited on Sep 12, 2021
Replace `path.absolute()` with `path.resolve()` (#4763) c47be26 unverified glenn-jocher commited on Sep 11, 2021