Closed abhijeetGS closed 2 months 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.
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.
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