ON THIS PAGE

  • Quick Conversion
  • Overview
  • Conversion

Quick Conversion

Overview

To make full use of AI models on our devices, they must first be converted into the RVC compiled format for the target platform. If you would like to understand what conversion is, why it is needed, and some of the key concepts involved, see the Conversion section.HubAI provides two main conversion workflows: Quick Conversion and Detailed Conversion. The Quick Conversions tool — which we highlight here — offers a fast, simplified path for converting a model. It is ideal when you do not need version control or variant management: you simply upload a model, convert it, and download a deployable result. You can read more about the second, more advanced workflow, in the Detailed Conversion section.

Conversion

To start the conversion, open the Quick Conversions page:The interface is designed to be straightforward and easy to use. To perform a conversion, follow these steps:
  1. Choose the raw model format you want to convert from (YOLO / ONNX).
  2. Choose the target RVC platform (RVC2 / RVC3 / RVC4).
  3. Upload the model file.
  4. Define the conversion parameters (see the Input Image Shape, Advanced Shape Options, Advanced Export Options sections). You can read more about each individual parameter in the Detailed Conversion section.
  5. (Optional) Enable Add to Model option to attach the converted output as a new version under an existing Model Registry entry.
  6. Start the conversion by clicking Submit.
The process is ran on cloud but you can track its progress in the browser:After the conversion completes (status marked as Completed), the converted model will appear in the Recent Conversions section at the bottom of the page, where you can download it.