All Questions
18 questions
0
votes
1
answer
104
views
About roboflown's assist function
Annotated in roboflow and trained in YOLOv5(https://github.com/ultralytics/yolov5).
I annotated the model in roboflow and trained it in YOLOv5.
After that, I want to do label assist using the custom ...
0
votes
1
answer
528
views
Deploying yolov5 model using roboflow into Raspberry pi
I was wondering if it is possible to deploy a Roboflow Train model to Raspberry Pi, however, with Raspberry Pi OS instead of Ubuntu, or is it only possible with Ubuntu?
I will appreciate any help in ...
0
votes
0
answers
624
views
After training a custom object detection model using Roboflow, all of the predicted objected are switched
I have been using roboflow to annotate door and door handle images, (about 1300 images).
For generating the model, I have used auto-orientation and resizing to 416*416 to pre-process
and vertical flip ...
2
votes
0
answers
365
views
Roboflow dataset blank white
I am running YOLO v5 on my customized dataset from roboflow, after I annotated the images on roboflow when I generate a new version of the data set train images are blank white! I did not do any pre-...
0
votes
2
answers
3k
views
YOLO v5 inference on test images
I am training my custom dataset created on roboflow on YOLOv5. When the training is done and I run inference, I get black images with no labels. I am not sure what is the problem.
0
votes
1
answer
4k
views
Roboflow; RuntimeError {'error': {'message': 'Unsupported get request
I need help please
I am trying to download my dataset from roboflow and I am getting this error
RuntimeError: {'error': {'message': 'Unsupported get request. Export with ID xxxx does not exist or ...
0
votes
1
answer
2k
views
Using Webcam with Yolov5 Models
I tried to run the example infer-simple.py, but I can't succeed, because the code is returning a None value when the command line (image = cv2.imdecode(image, cv2.IMREAD_COLOR)) is executed.
code:
...
2
votes
1
answer
4k
views
Labelling data in order to train a YOLOv5 model on a custom dataset
I used the source code (ModifiedOpenLabelling) to label my images for Train YOLOv5 Object Detection.
The problem is that after labeling my images, I tried to train a model in roboflow, but I could not ...
1
vote
3
answers
6k
views
Error performing object detection with yolov5 and converted roboflow dataset
in this notebook:
https://colab.research.google.com/drive/1omLGQarT6-WOyQgoXK7d98rj01Ietphm#scrollTo=412Aa8kIs0mi
I am trying to run yolov5 to operate object detection. First I download a dataset (...
3
votes
1
answer
3k
views
YOLOv5 get boxes, scores, classes, nums
im trying to bind the Object Tracking with Deep Sort in my Project and i need to get the boxes, scores, classes, nums.
Loading Pretrained Yolov5 model:
model = torch.hub.load('ultralytics/yolov5', '...
2
votes
1
answer
1k
views
How to place the dataset for training Yolov5?
I’m currently working on object detection using yolov5. I trained a model with a custom dataset which has 3 classes = [‘Car’,‘Motorcycle’,‘Person’]
I have many questions related to yolov5.
All the ...
0
votes
1
answer
334
views
How to create a generalized dataset to detect all display digits with Roboflow
I want to detect digits on a display. For doing that I am using a custom 19 classes dataset. The choosen model has been yolov5-X. The resolution is 640x640. Some of the objets are:
0-9 digits
Some ...
0
votes
1
answer
401
views
Colab unable to load cache
I am trying to train a YOLOv5 neural network for recognizing vehicles. However, when it is trained on Google Colab, it always stops at here:
train: Scanning 'MyDataset/train/labels.cache' for images ...
0
votes
1
answer
3k
views
Load dataset from Roboflow in colab
I'm trying to retreive a roboflow project dataset in google colab. It works for two of the dataset versions, but not the latest I have created (same project, version 5).
Anyone know what goes wrong?
...
3
votes
3
answers
3k
views
How to convert YOLOv5 PyTorch model to OpenCV DNN compatible format
Could anybody please help me to convert YOLOv5 PyTorch model to ONNX or TensorFlow format to be able to use it with OpenCV C++ inference?
I used this tutorial to train the model with colab: https://...
0
votes
1
answer
149
views
How to Use "Pythonic" YOLOv5 from PyTorch
I'm interested in training a YOLOv5 model. Currently, I'm using Roboflow to annotate and export the data into YOLOv5 format. I'm also using Roboflow's Colab Notebook for YOLOv5.
However, I'm not ...
0
votes
2
answers
1k
views
Unable to train dataset following Roboflow tutorial for YOLOv5
I'm trying to train the YOLOv5 on my custom dataset by following the youtube tutorial on Roboflow. However, I keep getting an error when I am trying to train my dataset.
Error shown
3
votes
1
answer
4k
views
YOLOv5 throws a duplicate labels error even though all labels are unique
I am trying to build an object detection system using YOLOv5x. I created my dataset via the Roboflow website and after downloading the set to my notebook, I am running this command to start training:
!...