Running inference

Edge AI Lab

tags
edge-ai-lab

Use the inference command to run inference on a provided CSV dataset. Two dataset formats are supported: CSV text files (.csv) and Edge AI Lab dataset binary files (.bin). The CSV dataset must have a header and contain only number fields separated by commas.

The inference result is printed to the screen. To save the results to a CSV file, use the -s <filename> (or --save <filename>) parameter.

.\artifacts\inference_runner>nrf_edgeai_inference_runner_linux inference test.csv
.\artifacts\inference_runner>nrf_edgeai_inference_runner_linux inference test.csv -s result.csv