CUSTOM MODELS
Diagram

1. File conversion models in Colab Link
We currently support the YOLOv8 detection model in the small (s) format to ensure system stability. We highly recommend using the pretrained YOLOv8s model for optimal performance.
2. Upload model to Web setting
After converting the YOLOv8 model, you will have a zip file.
Please upload it to the web app settings at
http://192.168.12.240:8000/setup-custom-models
if connected via USB Type-C, or to
http://<your IP address>:8000/setup-custom-models
.In the Upload Models tab, click on Choose File and select the model_custom_{EO/IR}.zip file.


After selecting the file and clicking
Open
, pressUpload Models
.

Then click on the
Convert
option to process the model.

The model conversion process will start, which may take 15–30 minutes. Please ensure the VIO payload remains powered on and do not navigate away from the page.


A success notification will appear after the conversion, and the payload will automatically restart its program.

After the conversion is successful, your model will appear under the corresponding camera section you selected, with the name USER_EO_CUSTOM_CONFIG
. Please select USER_EO_CUSTOM_CONFIG
and click Apply
.

Finally, switch to the
Detection
mode to start using the model.
Last updated