Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yolo8 module not working on clean install #1

Open
3 tasks
xnorpx opened this issue Jul 30, 2024 · 0 comments
Open
3 tasks

Yolo8 module not working on clean install #1

xnorpx opened this issue Jul 30, 2024 · 0 comments

Comments

@xnorpx
Copy link

xnorpx commented Jul 30, 2024

Area of Concern

  • Server
  • [ x] Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
  • [ x] Installer
  • Runtime [e.g. Python3.7, .NET]
  • [ x] Module packages [e.g. PyTorch)
  • Something else

Describe the bug
Clean install of 2.6.5, with only Yolo8

Module cannot be started due to:

12:31:40:Started Object Detection (YOLOv8) module
12:31:49:detect_adapter.py: Traceback (most recent call last):
12:31:49:detect_adapter.py: Unable to load OpenCV or numpy modules. Only using PIL.
12:31:49:detect_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv8\detect_adapter.py", line 16, in 
12:31:49:detect_adapter.py:     from detect import do_detection
12:31:49:detect_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv8\detect.py", line 11, in 
12:31:49:detect_adapter.py:     from ultralytics import YOLO
12:31:49:detect_adapter.py: ModuleNotFoundError: No module named 'ultralytics'
12:31:50:Module ObjectDetectionYOLOv8 has shutdown
12:31:50:detect_adapter.py: has exited

Expected behavior
Correct modules installed?

Screenshots
If applicable, add screenshots to help explain your problem.

Your System (please complete the following information):

  • CodeProject.AI Server version: 2.6.5
  • OS: Windows 11
  • System RAM 16
  • GPU (if available) [e.g. GeForce GTX 1050
  • GPU RAM 2 GB
@ChrisMaunder ChrisMaunder transferred this issue from codeproject/CodeProject.AI-Server Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant