Hello @wbotros ,Actually, make sure to download a model from the model zoo in section: "Optional: download models from STM32 model zoo" or to upload your own model in the "models" folder in Colab.Then make sure to select the model among the models st...
Hello @yessine ,The username is the exact same one you are using to connect to https://my.st.com/cas/login.ST login username is the email address you are used to create your account.To be sure of the username, pass word to use, sign in a first time t...
Hello,Please refer to the Wiki about our X-LINUX-AI package:https://wiki.st.com/stm32mpu/wiki/Category:X-LINUX-AI_expansion_packageYou should find what you need here.
Hello,With your COCO dataset, on one side you have the images, on the other the annotations as a json file.A COCO structure is usually as follow:<dataset_dir>/images/train/<imagename0>.<ext><imagename1>.<ext><imagename2>.<ext>...annotations/train_lab...
Hello,It seems your dataset is not loaded properly as you can see 0it in the trace.Note that the dataset for object detection shall be with the YOLO Darknet format. There are scripts to convert datasets in COCO or Pascal VOC format to YOLO Darknet fo...