About 6,230,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. 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

  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. python - How to get class and bounding box coordinates from YOLOv5 ...

    Apr 24, 2021 · 7 I am trying to perform inference on my custom YOLOv5 model. The official documentation uses the default detect.py script for inference. I have written my own python script but …

  9. No module named Pathlib - cuDNN - NVIDIA Developer Forums

    Apr 26, 2025 · Cache may be out of date, try `force_reload=True` or see https://docs.ultralytics.com/yolov5/tutorials/pytorch_hub_model_loading for help. Here is the code I …

  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 …