Renaming axis after upload

Hi, I’ve been implementing the data acquisition SDK directly into my ESP32 project, and for reasons not relevant I uploaded the acquired audio samples on a sensor axis named “audio-i2s”.

Then, when uploading wav files through the edge impulse uploader, the axis the data is uploaded with is “audio”.

When designing the Audio (MFCC) block, it recognises both as separate axis.

Would there be an easier way of modifying the axis of my already uploaded dataset other than downloading the individual wav files and re-uploading them?

Hi @dperez, no you’ll need to fix this by hand. For a quick resolution you can download via Dashboard > Export you can get them as JSON files, and programmatically fix this.

Batch fixing the json files sounds like a good option to me.

Thanks!

2 Likes