About 6,550,000 results
Open links in new tab
  1. 如何看待YOLOv8,YOLOv5作者开源新作,它来了!? - 知乎

    此外YOLOv5、YOLOv6、YOLOv7和YOLOv8在评估和部署过程中使用了不同的后处理配置,因而可能造成评估结果虚高,而这些模型在PaddleYOLO中实现了统一,保证实际部署效果和模型评估指标的 …

  2. Jetson Orin NX + JetPack 6.2: Best PyTorch Version & YOLOv5 …

    Apr 16, 2025 · Hello, I’m currently using a Jetson Orin NX 16GB module running JetPack 6.2, and I would like to deploy YOLOv5 on it with maximum inference speed and minimal latency. I’ve noticed …

  3. yolov5 - Yolo V5 issue "Exception: Dataset not found." on local …

    Mar 12, 2021 · I am trying to train a model using Yolo V5. I have the issue of Data base not found. I have a train, test and valid files that contain all the image and labels files. I have tested the files on

  4. How to load YOLO v5 custom model in windows 11 PC

    Jan 27, 2025 · Currently running windows 11 and python 3.11. I trained my custom model using yolov5 using my custom data set in google colab. The model is used to detect sign language vowels. …

  5. python - Image size during training in yolov5 - Stack Overflow

    Nov 16, 2022 · I am trying to train a custom dataset in yolov5. So I am trying to run it with an image size of 640x480 but it is not working. python3 /YOLOv5/yolov5/train.py --img-size 640 480 --batch 8 - …

  6. python - size of input images of yolo v5 - Stack Overflow

    Aug 8, 2023 · When training a YOLOv5s model by specifying the image size, the image size should be the actual size of the images in the dataset or the size to which you want to resize before inputting …

  7. 如何评价YOLOv5? - 知乎

    看到YOLOv5出来了就去看了一下,虽然很多事情并不清楚,自己也只是去使用而不是研究,但是有几个问题想说…

  8. Precision and Recall in YOLOv5 - Stack Overflow

    Dec 8, 2022 · Precision and Recall in YOLOv5 Asked 3 years ago Modified 3 years ago Viewed 3k times

  9. python - How do I use the exported 'best.pt" file from yolov5 colab ...

    Jun 9, 2021 · 4 I have trained my model using yoloV5 on google colab, following the provided tutorial and walkthrough provided for training any custom model: Colab file for training your own custom …

  10. Issues with Bounding Box Detection Using ONNX Runtime Model …

    Nov 11, 2024 · Description Hello NVIDIA Community, I am currently working on a project using the YOLOv5 model for object detection. After training my model using the Ultralytics YOLO library, I …