GitHub 项目简介: PyTorch implementation of YOLOv3, YOLOv3-SPP, and YOLOv3-tiny for real-time object detection with training, validation, inference, and multi-format export.
README: Clone the repository and install the dependencies from `requirements.txt` in a [**Python>=3.8.0**](https://www.python.org/) environment with [**PyTorch>=1.8**](https://pytorch.org…
README: For commercial use, this license allows integration of Ultralytics software and models into commercial products without AGPL-3.0 obligations.
README: results.save() # save the annotated image to runs/detect/exp
README: `detect.py` runs inference on a wide range of sources, downloading models automatically and saving results to `runs/detect`.