yolov5 Questions
6
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 goo...
Consentient asked 12/3, 2021 at 18:26
2
Solved
I'm trying to make a currency recognition model and I did so using a dataset on kaggle and colab using yolov5 and I exactly carried out the steps explained on yolov5 github. At the end, I downloade...
Lyns asked 1/4, 2022 at 12:35
1
AssertionError: train: No labels found in /content/dataset/test/labels.cache, can not start training
Automatically generated cache files
I'm doing yolo5
An error occurs during the configuration and...
Polarize asked 21/11, 2022 at 8:55
1
Solved
I have run the yolov5 model to predict trees in imagery with a geocoordinate. I got the bounding box objects with relative coordinates after running the model. I would like to have these bounding b...
Bargello asked 18/1, 2023 at 0:55
3
I am trying to perform inference on my custom YOLOv5 model. The official documentation uses the default detect.py script for inference.
Example: python detect.py --source data/images --weights yolo...
2
Solved
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 I cannot access the p...
1
I installed YoloV5 on my jetson nano. I wanted to execute my object detection code when this error appeared: python3.8/site-packages/torch/lib/libgomp-d22c30c5.so.1: cannot allocate memory in stati...
Jell asked 22/12, 2021 at 8:35
1
Solved
❔Question
Hi, I have successfully trained a custom model based on YOLOv5s and converted the model to TFlite. I feel silly asking, but how do you use the output data?
I get as output:
StatefulParti...
Ritz asked 21/1, 2021 at 9:41
1
© 2022 - 2025 — McMap. All rights reserved.