Labeling problem

Can I add tags in places other than Edge impulse before uploading to the website? If so, are there any restrictions?

@Joson-Dron - yes, you can upload data with existing labels to Edge Impulse. There are a few ways to do it. The Label section of the Uploader doc gives an overview. More details below.

Include a .labels file

You can read more about the labels file format here: Labels acquisition format.

info.labels - single label per sample
structured_labels.labels - multiple labels per sample
bounding_boxes.labels - object detection bounding boxes

Upload standard image dataset annotation formats

Edge Impulse can recognize certain standard image dataset annotation formats and automatically convert them to the bounding_boxes.labels format. You can read more about that here: Image dataset annotation format.

Label samples during upload

When uploading samples to a project, Edge Impulse can automatically infer the label from the filename or you can enter a label at the time of upload.

1 Like