Replies: 2 comments
-
I reruned the code and this time the result video didn t even show or at leats i dont know where to look to find it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Heres is the code used thank you : |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a little issue running the notebook the first one is that when i run this part :%cd {HOME}
!yolo task=detect model=yolov8x.pt conf=0.25 source={SOURCE_VIDEO_PATH}
many files are created inside the /detect folder like the json file but the video output is created somewhere else and i cant read it maybe because it s corrupted
the seconde issue is that when running the final code i get this error :
from ultralytics.hub.utils import PREFIX, sync_analytics
7 from ultralytics.yolo.utils import LOGGER
8
ImportError: cannot import name 'sync_analytics' from 'ultralytics.hub.utils' (/usr/local/lib/python3.10/dist-packages/ultralytics/hub/utils.py)
I would really appreciate some help thank you .
Beta Was this translation helpful? Give feedback.
All reactions