Upload sensor data to edge impulse

I have a labeled dataset for pothole detection in CSV format. I want to upload this to the Edge Impulse platform, but the platform only accepts data in JSON format. Can someone point me in the right direction to get this done?

Hi @CHA_RAN,

The best way would be to convert your csv to json using the language of your choice. Our json format is described here: https://docs.edgeimpulse.com/reference#data-acquisition-format. Each line in the matrix of values represents a sample and you can have as many sensors in columns (even from different types).

Aurelien

1 Like