This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7: Edege AI Studio

Part Number: AM62A7

Tool/software:

Dear Team,

We have an annotated dataset from Roboflow that we downloaded for a project and are attempting to import it into Edge AI Studio. However, the import process is failing. Could anyone provide guidance or a step-by-step method for successfully importing a custom annotated dataset into Edge AI Studio? Any tips on format compatibility or troubleshooting steps would also be appreciated. Thank you!

Regards, 

Raveen

  • Hello Raveen,

    I have brought this thread to the attention of the Edge AI Studio experts for further analysis.

    Thanks

    ki

  • Raveen - what is the export format of the dataset from Roboflow? Would it be possible to share it or some example one?

  • Hi Ki,

    We exported to coco format, I have attached the sample dataset.

    Dwsy.v1i.coco.zip

    Regards,

    Raveen

  • Thank you.

    When I try to import your zip as is, I see the same error.

    When I try extract the zip and then re-zip and then try to import the new zip, I don't see the error but I also don't see any images uploaded.

    I'll have engineering investigate further.

  • Hi Raveen,

    Model Composer supports COCO annotations, but the dataset format is a little different.  The dataset format is described in the project help that is available through the (?)  icon (see the screenshot below) 

    Dataset format

    • The dataset format is similar to that of the COCO dataset, but there are some changes as explained below.
    • The annotated json file and images must be under a suitable folder with the dataset name.
    • Under the folder with dataset name, the following folders must exist:
    • (1) there must be an "images" folder containing the images
    • (2) there must be an "annotations" folder containing the annotation json file with the name given below.
    • Notes on preparing the dataset zip file:
    • (1) To prepare the dataset zip for your dataset in a windows PC, navigate inside that folder with the dataset name, select the folders images and annotations, right-click and then click on Sent to Compressed (zipped) folder.
    • (2) To prepare the dataset zip file for your dataset in a Linux PC, navigate inside that folder with the dataset name, select the folders images and annotations, right-click and then select Compress.
    • (3) Do not click on the folder with the dataset name to zip it - instead, go inside the folder and zip it, so that the images and annotations folders will be directly at the base of the zip file.

    Thank you for your patience.