This step is required to make the model usable on the Triton Smart.
- In the TritonSmartModelConverter folder, run
./TritonSmartModelConverter
- At the prompt, enter
/conv
- Enter the path the input model. This will be:
/home/apps_gc/aitrios-rpi-training-samplesr3/samples/model/mobilenet_v2_cat_dog/mobilenet_v2_cat_dog_quantized.onnx
- For the Input Format, enter RGB
- Enter the path to the input directory. Example:
/home/apps_gc/aitrios-rpi-training-samplesr3/samples/model/mobilenet_v2_cat_dog/
- Once you get the message “Output saved to /home/apps_gc/aitrios-rpi-trainingsamples-r3/samples/model/mobilenet_v2_cat/_dog/”, you can exit using:
/exit
Once the steps above are successfully completed, you will have a network.lpk file and a network_info.txt file.
