Questions tagged [roboflow]

A computer vision ETL platform for image processing, annotation conversion, dataset inspection, and model training.

90 questions
0
votes
1 answer

YoloV8 Instance Segmentation Model Deployment to Roboflow Error: InvalidDatasetException Dataset is not of the correct type

I am using YOLOV8 for instance segmentation using Google Colab. Now, after I download, train, validate, and test my dataset from Roboflow, I want to upload my model/weights to a specific project version to use it as my API. I follow their…
0
votes
0 answers

Was training my YOLOv3 model but encountering RuntimeError: indices should be either on cpu or on the same device as the indexed tensor (cpu)

Was training my YOLOv3 model but encountering RuntimeError: indices should be either on cpu or on the same device as the indexed tensor (cpu). Please advice on how i can proceed. Tried a couple of things but none works.
0
votes
1 answer

YOLO multiple annotations on same object

Is it ok to put multiple annotations of the same class on the same object? Is it going to break or not affect or increase accuracy? OneBirdMultipleAnnotations Iv put multiple bounding boxes of the same class on an object
0
votes
1 answer

How to connect RoboFlow model to React Native Expo Camera

I want to connect my roboflow model to my react native app so I can input user taken photos directly to my model to display results. How would I go about doing this? Here is a link to my code: https://snack.expo.dev/@www112358/jealous-soylent I…
0
votes
1 answer

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 model I learned, but I can't do it. What should I…
reiya
  • 17
  • 1
  • 4
0
votes
0 answers

Can I use the dataset on YOLOv7 and YOLOv4-tiny

Im a complete noob to computer vision. I have went through the Roboflow tutorial how to train YOLOv7 with my custom dataset using colab, Tutorial: https://www.youtube.com/watch?v=5nsmXLyDaU4 colab notebook:…
0
votes
0 answers

New Version is not available in roboflow

I am trying to create a custom dataset for Yolov5 using roboflow. The number of images is 500 and the class is 4. However, it is stuck on this screen. Why is this? gpu is RTX3070Laptop.
reiya
  • 17
  • 1
  • 4
0
votes
1 answer

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 advance
0
votes
0 answers

train: ../train/images ^ SyntaxError: invalid syntax

Getting this error while executing the following code in Google Collab: import os import glob as glob import matplotlib.pyplot as plt import cv2 import requests TRAIN = True # Number of epochs to train for. EPOCHS = 25 def download_file(url,…
0
votes
1 answer

Object detection from webcam using roboflow

Im trying to make a object detection program using my webcam but cant get it to work This is my code import cv2 as cv import base64 import numpy as np import requests ROBOFLOW_API_KEY = "*********" ROBOFLOW_MODEL = "chess-full-ddsxf" # eg…
Sprite
  • 1
0
votes
1 answer

How to set minimum confidence threshhold in Roboflows Inference API?

I have made a pretty good model with Roboflow and integrated it with python. I can't figure out how to set minimum confidence for the label to be shown. It works in HTML and JS.
anothaone
  • 21
  • 5
0
votes
0 answers

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 for augmentation. After testing the model on a…
0
votes
1 answer

How to train custom object detection with tfrecord file

here I want to train a object detection model, so I have annotated the data using roboflow and then exported it as tfrecords and also got the (.pbtxt file) and after that I don't have any clue on how to train a can model from scratch with just 2,3…
0
votes
2 answers

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

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 cannot be loaded due to missing permissions.',…
Anefu
  • 15
  • 5