YOLOv8-PySide6-GUI
YOLOv8-PySide6-GUI copied to clipboard
not enough values to unpack (expected 5, got 4)
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 have you found a sloution for it
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.
ModuleNotFoundError: No module named 'utils.capnums'