flamingo-scooters / flamingo-segway-aibox

0 stars 0 forks source link

Test a new model once it's trained #4

Closed vpmalley closed 8 months ago

vpmalley commented 9 months ago

One way to test it is to use the sample semantic segmentation project found here.

Looking at the code, the model is supposed to be downloaded from an online stored source, but we can override this download and instead copy our own model to /src/main/assets and run the app directly. This is a good start to test a model.

Prerequisite: have a semantic segmentation model to test.

vpmalley commented 8 months ago

Also use the tflite library doc here