英文: Yolov8 Pyinstaller exe file constantly reruns itself 问题 我使用Pyinstaller将我用Yolov8开发的非常简单的应用程序转换成了e...
如何将我的准星移动到我的模型创建的边界框。
英文: How to move my crosshair to the bounding box my model creates 问题 我正在参与一个项目,涉及创建一个AI驱动的机器人,可以自己完全...
YOLOv8 – 指定数据增强参数的正确方式是什么?
英文: YOLOv8 - What is the clean and correct way to specify augmentation parameter? 问题 正如标题所说,我在使用YOLO...
YOLOv8与FASTAPI错误:在函数’imwrite_’中找不到指定扩展名的写入器。
英文: YOLOv8 with FASTAPI error could not find a writer for the specified extension in function 'i...
使用在fiftyone.zoo数据集上训练的YOLO v8来在视频中跟踪鼠标(动物)。
英文: Track Mouse (animal) in video using YOLO v8 trained on fiftyone.zoo dataset 问题 问题: 我正在尝试使用自定义数据集...
获取YOLOv8 onnx模型的边界框、置信度分数和类别标签,使用OpenCV DNN模块。
英文: Get bounding box, the confidence score, and class labels from YOLOv8 onnx model using OpenCV DNN...
如何获取YOLOv8目标检测模型的坐标?
英文: How to get coordinates of YOLOv8 object detection model? 问题 我有一个在自定义数据上训练的YOLOv8目标检测模型。它以图像作为输入,...
Attribute error while integrating Google TTS with YOLOv8
英文: Attribute error while integrating Google TTS with YOLOv8 问题 以下是您要翻译的内容: "My project aims to...
Python 3.11.2 | YOLOv8 – 如何保存到自己的文件夹
英文: Python 3.11.2 | YOLOv8 - how save to own folder 问题 如何将结果保存到自己的文件夹?我在使用YOLOv8。 我尝试这样做: from ultra...
A problem with convert yolov8 recognition sys to exe by pyinstaller
英文: A problem with convert yolov8 recognition sys to exe by pyinstaller 问题 我使用Python 3.9.13和Pyinstal...