PyQt5-YOLOv5 icon indicating copy to clipboard operation
PyQt5-YOLOv5 copied to clipboard

PyQt5 implementation of YOLOv5 GUI

Results 42 PyQt5-YOLOv5 issues
Sort by recently updated
recently updated
newest added

您好使用rtsp时,报这个错,请问是什么问题?(process:10109): GLib-CRITICAL **: 20:35:31.406: g_main_context_push_thread_default: assertion 'acquired_context' failed

![image](https://user-images.githubusercontent.com/34634428/173317337-565ba6f4-93b9-43d7-8bb4-0897769895f1.png)

重新下载了压缩包,选择文件--zidane.png 窗口底下出现zidane.jpg,不知道是不是def show_img(img_src, label)函数出现问题,还是说另有原因?

Traceback (most recent call last): File "train.py", line 660, in main(opt) File "train.py", line 558, in main train(opt.hyp, opt, device) File "train.py", line 91, in train data_dict = yaml.safe_load(f) #...

![IMG_20220513_150458](https://user-images.githubusercontent.com/103641785/168265290-54bc0134-9f91-4320-90b8-35aedda8edfe.png)

请问我可以在哪个py文件删除wandb或者输入自己的api_key

加入相应模块后,可以使用pyinstaller进行打包,以封装YOLOv5 值得注意的是,打包时应添加config、pt、utils里面的torch_utils.py,把torch_utils.py转成torch_utils.pyc后即可完美运行。

Please provide step by step tutorial how to train model.