YOLOv8-PySide6-GUI icon indicating copy to clipboard operation
YOLOv8-PySide6-GUI copied to clipboard

not enough values to unpack (expected 5, got 4)

Open kunge98 opened this issue 1 year ago • 3 comments

python>=3.8 pip install ultralytics==8.0.48 pip install pyside6==6.4.2 python main.py

The problem still occurs when I try to figure out how to run the operation,What should I do

kunge98 avatar Mar 22 '24 09:03 kunge98

@kunge98 have you found a sloution for it

mindmad avatar Apr 04 '24 18:04 mindmad

main function line 134 path, im, im0s, vid_cap, s = batch The batch variable does not pass video data to the vid_cap variable and s variable, so the error occurs. Using cv2 to read video data separately for the vid_cap variable and the s variable can solve this problem, but there are still many bugs elsewhere.

Little-devil-cat avatar Apr 09 '24 16:04 Little-devil-cat

ModuleNotFoundError: No module named 'utils.capnums'

yudongwei1 avatar Apr 22 '24 12:04 yudongwei1