Javacr

Results 29 comments of Javacr
trafficstars

> 我改为最新版本的yolov5,出现红框错误,但是也不输出错误提示,怎么回事啊 ![image](https://user-images.githubusercontent.com/22740766/154426823-a70880dc-5d0a-4280-a231-9d1ffbbefa03.png) 最新版本的界面,用最新的yolov5模型不会报错或者闪退,这是因为加了异常捕获,避免闪退。如果你想看错误报告,可以把DetThread类中的异常捕获取消。

> @Javacr 感谢你的建议,我可以在最新版本上运行了。还有这个函数,将yolov5中新版本的这行代码改为旧版本成功运行,但是使用warmup不能运行,怎么回事: > > # 旧版本:Run inference > ``` > if device.type != 'cpu': > model(torch.zeros(1, 3, imgsz, imgsz).to(device).type_as(next(model.parameters()))) # run once > ``` > > #新版本 :Run inference...

This repository is just an interface implementation. If you want to train your dataset, you can refer to https://github.com/ultralytics/yolov5

> You are using your python code well. Thank you. I have two questions. When I first created a custom model using yolo5x, entered the model, and tried to detect...

> 是修改这个图片的权限吗,我在这个图片的属性设置里权限设置中添加了everyone和完全控制,还是原来的错误。 > […](#) > ------------------ 原始邮件 ------------------ 发件人: "Javacr/PyQt5-YOLOv5" ***@***.***>; 发送时间: 2022年5月13日(星期五) 晚上6:50 ***@***.***>; ***@***.******@***.***>; 主题: Re: [Javacr/PyQt5-YOLOv5] 请问调用不出图片来,左下角显示pt文件损坏,不清楚这个pt文件指的是什么 (Issue #14) 没有访问权限,建议查看这个目录的访问权限 — Reply to this email directly, view it on GitHub, or...

> 请问我可以在哪个py文件删除wandb或者输入自己的api_key 这是一个训练过程可视化的模块,建议你注册一个wandb账号。如果不想用,可以在train.py中把带wandb的内容注释。

[跳转到main.py](https://github.com/Javacr/PyQt5-YOLOv5/blob/master/main.py#L176-L178),将176行中文画图的地方取消注释,将177-178注释。

> ![图片](https://user-images.githubusercontent.com/93699131/192537096-9561f884-46c1-4daa-a298-70cec331e3ae.png) datasets.py,259行,把镜像翻注释掉。https://github.com/Javacr/PyQt5-YOLOv5/blob/master/utils/datasets.py#L259

> @SorourMo Sorry, I was not able to solve the issue. @rgkannan676, @SorourMo The main reason is that you used find_package(CUDA) instead of enable_language(CUDA). They are different, [enable_language command](https://cmake.org/cmake/help/latest/command/enable_language.html). If...