Seeed-Studio / ModelAssistant

Seeed SenseCraft Model Assistant is an open-source project focused on embedded AI. 🔥🔥🔥
https://sensecraftma.seeed.cc/
Apache License 2.0
381 stars 46 forks source link

!!URGENT!!: Code not working #253

Closed abhijeetGS closed 18 hours ago

abhijeetGS commented 3 weeks ago

Describe the bug In "Export the model" section, there is a reference to /last_checkpoint file which is not mentioned anywhere prior in the code. This is raising a "FileNotFound" error

import os with open('Apple_Detection_Swift-YOLO_192/last_checkpoint', 'r') as f: os.environ['CHECKPOINT_FILE_PATH'] = f.read()

Additional context This is a part of the elaborate code inorder to build a custom model for "Grove vision AI" module. The link to the page is here and the link to the colab code(s) is here

I tried running the Apple_Detection_Swift-YOLO_192 as is and got the same above error. Please help

iChizer0 commented 3 weeks ago

Hello, thanks for your feedback.

I've tested the same notebook but I cannot reproduce your issue, could you please provide your training log or current path in the Colab? Thanks.

baorepo commented 18 hours ago

I see that you have not responded for a long time, I will close this issue first, if you have new developments, we will open this issue.