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

YoloSide - YOLOv8 GUI By PySide6

Results 15 YOLOv8-PySide6-GUI issues
Sort by recently updated
recently updated
newest added

requirements: YOLOv8 requirement "ultralytics.nn.modules.conv" not found, attempting AutoUpdate... WARNING: The repository located at pypi.tuna.tsinghua.edu.cn is not a trusted or secure host and is being ignored. If this repository is available...

为啥换成我自己的pt文件就会报错啊

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

Is the function of instance segmentation not implemented yet? The image is not showing when I load the instance segmentation model.

作者您好,感谢您提供的代码,我已经在我电脑上部署完成您的项目,运行main.py出现信息:进程已结束,退出代码为 -1073741819 (0xC0000005),请问如何解决这个问题?另外,config文件需要修改吗?

Realtime camera doesn't work. Anyone?

not enough values to unpack

您好,大佬您的代码写的很好,我有几个问题想问您。我看Mainwindow只开了一个线程,相当于视频播放和yolo预测放在一个线程去做吗,如果用cpu预测的话不能满足实时性要求,播放会很卡(我用的cv2读的视频),那我目前的思路是两个:就是分两个线程去做,一个用于播放,一个用于预测,但是信号emit的图片我不太确定怎么写,因为2张图片要叠一起,我的展示框只有1个。还有一个思路就是yolo1秒钟预测几帧就行,这样预测和播放写一个线程就行了。是不是可以用第二种哈哈哈。 我看大佬yolo线程中的run是这么写的 batch = next(self.dataset) # next data print(batch) self.batch = batch # path, im, im0s, vid_cap, s = batch path, im, vid_cap, im0s = batch 请问这个batch是干嘛的呢,不是cv2读了cap 就可以model预测了吗

'NoneType' object has no attribute 'shape'