I want to train a model that can recognize numbers in a CSV file, but I couldn’t clearly figure out what kind of training method I should use. When I type “edge-impulse-linux -runner”, it asks me to choose a sensor to detect data. I want to find ways to process a CSV file when I deploy this model on my RPi4.
You can upload your CSV to our platform as training data:
edge-impulse-uploader your-data.csv
However I’d recommend looking at our custom sensor example in the python linux sdk examples here over any impulse runner logic to batch process that CSV file as a custom sensor for running the inference:
This will give you a base application to build your solution around.