Skip to content

Commit

Permalink
Yolo docs minimalist (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
samfreund authored Jan 28, 2025
1 parent a5d007e commit 8ec2da9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/docs/objectDetection/about-object-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ Photonvision will letterbox your camera frame to 640x640. This means that if you

## Training Custom Models

Coming soon!
:::{warning}
Power users only. This requires some setup, such as obtaining your own dataset and installing various tools. It's additionally advised to have a general knowledge of ML before attempting to train your own model. Additionally, this is not officialy supported by Photonvision, and any problems that may arise are not attributable to Photonvision.
:::

Before beginning, it is necessary to install the [rknn-toolkit2](https://github.com/airockchip/rknn-toolkit2). Then, install the relevant [Ultralytics repository](https://github.com/airockchip?tab=repositories&q=yolo&type=&language=&sort=) from this list. After training your model, export it to ``rknn``. This will give you an ``onnx`` file, formatted for conversion. Copy this file to the relevant folder in [rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo), and use the conversion script located there to convert it. If necessary, modify the script to provide the path to your training database for quantization.

## Uploading Custom Models

Expand Down

0 comments on commit 8ec2da9

Please sign in to comment.