An MIT License of YOLOv9, YOLOv7, YOLO-RD
See the codeWelcome to the official implementation of YOLOv71 and YOLOv92, YOLO-RD3. This repository will contains the complete codebase, pre-trained models, and detailed instructions for training and deploying YOLOv9.
pip install git+https://github.com/WongKinYiu/YOLO.git
yolo task.data.source=0 # source could be a single file, video, image folder, webcam ID
To get started using YOLOv9's developer mode, we recommand you clone this repository and install the required dependencies:
git clone git@github.com:WongKinYiu/YOLO.git
cd YOLO
pip install -r requirements.txt
TaskThese are simple examples. For more customization details, please refer to Notebooks and lower-level modifications HOWTO. TrainingTo train YOLO on your machine/dataset:
Transfer LearningTo perform transfer learning with YOLOv9:
InferenceTo use a model for object detection, use:
ValidationTo validate model performance, or generate a json file in COCO format:
ContributingContributions to the YOLO project are welcome! See CONTRIBUTING for guidelines on how to contribute. Star HistoryCitations
Footnotes |
Python
99.0%
An MIT License of YOLOv9, YOLOv7, YOLO-RD
See the codeWelcome to the official implementation of YOLOv71 and YOLOv92, YOLO-RD3. This repository will contains the complete codebase, pre-trained models, and detailed instructions for training and deploying YOLOv9.
pip install git+https://github.com/WongKinYiu/YOLO.git
yolo task.data.source=0 # source could be a single file, video, image folder, webcam ID
To get started using YOLOv9's developer mode, we recommand you clone this repository and install the required dependencies:
git clone git@github.com:WongKinYiu/YOLO.git
cd YOLO
pip install -r requirements.txt
TaskThese are simple examples. For more customization details, please refer to Notebooks and lower-level modifications HOWTO. TrainingTo train YOLO on your machine/dataset:
Transfer LearningTo perform transfer learning with YOLOv9:
InferenceTo use a model for object detection, use:
ValidationTo validate model performance, or generate a json file in COCO format:
ContributingContributions to the YOLO project are welcome! See CONTRIBUTING for guidelines on how to contribute. Star HistoryCitations
Footnotes |
Python
99.0%