Skip to main content

Questions tagged [roboflow]

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

0 votes
1 answer
26 views

Unable to Add Attributes to Classes as Subclasses on Roboflow [closed]

I am using Roboflow to annotate my video and I am trying to add an attribute (Subclass) to the label box(class). I've checked all the resources and the latest documentation says that the feature to ...
cccbc's user avatar
  • 43
0 votes
0 answers
23 views

train yolo weights to recognize one additional image?

I have a a YOLO model that I am training to make it able to recognize a new object with a new class defined in the new data to use for the training. Full code for the training with the new data is as ...
Sam's user avatar
  • 376
0 votes
0 answers
58 views

How to train yolov8 to recognize one additional image

So I want to train yolov8 with a dataset containing one annotated image ( using roboflow ) to add the label to the current model so that the yielded trained model will recognize the new image. First I ...
Sam's user avatar
  • 376
4 votes
1 answer
36 views

How to restructure instance segmentation predictions into a custom dictionary format in Python?

I'm performing instance segmentation using a model trained in RoboFlow, for the prediction result I'm getting: [InstanceSegmentationInferenceResponse(visualization=None, frame_id=None, time=None, ...
Vanessa's user avatar
  • 114
3 votes
1 answer
52 views

Type error when running model trained in Roboflow in production environment

I can make inference from my trained Roboflow model using Google Colab and the AWS cloud9 test environment. To do this, I used the following code: from roboflow import Roboflow rf = Roboflow(api_key=&...
Diego A's user avatar
  • 205
1 vote
1 answer
52 views

How to download the model from Roboflow Universe?

I want to download the model from roboflow https://universe.roboflow.com/rookeye/thesis-iklwo/model/3 Is there anyway to download the model as tflite?
Michael Biethman's user avatar
1 vote
1 answer
173 views

Detection small object in game with yolov8 model

I've just started learning about artificial intelligence image capture.I learned that I needed a dataset, so I took a few screenshots.I labeled the objects with roboflow and trained the model with ...
zafer's user avatar
  • 439
1 vote
1 answer
50 views

YoloV8 model doesn't detect old dataset after retraining with new dataset

I'm trying to re-train a model which has been created with a secuence of a film. After that, I want to re-train it with another secuence with the same labels, to see if it detects both secuences. But ...
Antonio Manuel Albalá Zurera's user avatar
-3 votes
1 answer
56 views

How do I solve this error in expo react native? [closed]

I was making a app that detect food from an image using expo and roboflow object detection API this is the CameraScreen.js code: import { CameraView, useCameraPermissions } from 'expo-camera'; import {...
Ywaidenchang's user avatar
0 votes
1 answer
38 views

How do I pass a base 64 image to Roboflow's Infer API endpoint?

In the documentation for the API, it says to pass base64 images through the body of our POST request. response = requests.post(roboflow_url, params=params, data=base64_image) This is the request code ...
george bibu's user avatar
0 votes
1 answer
44 views

Index Error during inference Using Roboflow Docker with cv2 using Picamera2

I'm pretty new to this so please bare with me, I'm using the roboflow library and cv2 library for my object detection model that I'm using with a docker with a raspberry pi, but I'm getting this error ...
geekbird's user avatar
1 vote
1 answer
31 views

How to align rectangles in draw with roboflow and jetpack compose?

I'm trying to implement a feature to detect manga bubble speech. I'm taking a screenshot of my device and receiving the response from the API, and as soon as it returns, I draw some rectangles with ...
OliverDamon's user avatar
1 vote
1 answer
226 views

Retraining YOLOv9 on some of COCO Subclasses and Applying Transfer Learning to a Custom Dataset which contain new class not exist in coco

I am embarking on a project utilizing YOLOv9, initially trained on the COCO dataset's 80 classes. My focus is on vehicle detection, specifically targeting four classes: cars, motorcycles, buses, and ...
Rama Abdlrahman's user avatar
-2 votes
1 answer
73 views

Roboflow cv2.imshow error keeps occurring even though it worked yesterday. How to fix?

I am constantly getting this error: cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:971: error: (-215:Assertion failed) size.width>0 && size....
AJC's user avatar
  • 1
0 votes
1 answer
51 views

upload several image in another folder via Roboflow API upload

I have paid account for my detection project yolov8. I wrote code on python for upload images directly to folders in my project via API and it works well, but sometimes 1 or 2 images upload in new ...
Krilaria's user avatar

15 30 50 per page
1
2 3 4 5
9