Replies: 4 comments 3 replies
|
Which version of the server are you running? |
1 reply
|
Check if the folder C:\Program Files\CodeProject\AI\downloads\modules\packages\ObjectDetectionCoral\ exists. Else create it manually. Something to do with permissions. Had this issue when downloading models for Coral TPU module on version 2.9.5 |
1 reply
|
Check you can download directly: https://codeproject-ai-bunny.b-cdn.net/server/assets/models/objectdetection-yolov8-medium-edgetpu.zip |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Any time i try to run any of the YOLO 8 or 5 Coral modules i get these errors. I have reinstalled and can not get them to work:
15:26:56:objectdetection_coral_adapter.py: ERROR:root:TFLite file C:\Program Files\CodeProject\AI\modules\ObjectDetectionCoral\assets\all_segments_yolov8m_416_640px_segment_0_of_2_edgetpu.tflite doesn't exist 15:26:56:objectdetection_coral_adapter.py: WARNING:root:Model file not found: [Errno 2] No such file or directory: 'C:\\Program Files\\CodeProject\\AI\\modules\\ObjectDetectionCoral\\assets\\all_segments_yolov8m_416_640px_segment_0_of_2_edgetpu.tflite'15:30:31:objectdetection_coral_adapter.py: ERROR:root:TFLite file C:\Program Files\CodeProject\AI\modules\ObjectDetectionCoral\assets\yolov5l-int8_edgetpu.tflite doesn't exist 15:30:31:objectdetection_coral_adapter.py: WARNING:root:Model file not found: [Errno 2] No such file or directory: 'C:\\Program Files\\CodeProject\\AI\\modules\\ObjectDetectionCoral\\assets\\yolov5l-int8_edgetpu.tflite' 15:30:31:objectdetection_coral_adapter.py: WARNING:root:No Coral TPUs found or able to be initialized. Using CPU.Any time i try to click download the model i get the following error as well:
15:32:38:Downloading model 'objectdetection-yolov8-medium-edgetpu.zip' to 'C:\Program Files\CodeProject\AI\downloads\modules\packages\ObjectDetectionCoral\objectdetection-yolov8-medium-edgetpu.zip' 15:32:43:Unable to download and install objectdetection-yolov8-medium-edgetpu.zip: Unable to download 'objectdetection-yolov8-medium-edgetpu.zip'. Error: Could not find a part of the path 'C:\Program Files\CodeProject\AI\downloads\modules\packages\ObjectDetectionCoral\objectdetection-yolov8-medium-edgetpu.zip'. 15:32:49:Preparing to download model 'objectdetection-yolov5-medium-edgetpu.zip' for module ObjectDetectionCoral 15:32:49:Downloading model 'objectdetection-yolov5-medium-edgetpu.zip' to 'C:\Program Files\CodeProject\AI\downloads\modules\packages\ObjectDetectionCoral\objectdetection-yolov5-medium-edgetpu.zip' 15:32:50:Unable to download and install objectdetection-yolov5-medium-edgetpu.zip: Unable to download 'objectdetection-yolov5-medium-edgetpu.zip'. Error: Response status code does not indicate success: 404 (Not Found).Thanks in advance
All reactions