A computer vision ETL platform for image processing, annotation conversion, dataset inspection, and model training.
Questions tagged [roboflow]
90 questions
0
votes
0 answers
Roboflow - Deploy to Luxonis OAK code provided by Roboflow does not work
I already tested all the depthai demos listed on https://docs.luxonis.com/en/latest/#demo-script) on my OAK device. Every demo is working fine but when I’m using the Luxonis OAK code provided by Roboflow (Luxonis OAK (On Device) - Roboflow) for my…

Gerald
- 1
0
votes
1 answer
Super-gradients; yolo-nas Error after first Validation run: "'charmap' codec can't encode characters in position 20-22: character maps to "
I have the following versions installed:
torch: 1.13.1
super-gradients: 3.1.2
I got the following training parameters:
from super_gradients.training.losses import PPYoloELoss
from super_gradients.training.metrics import DetectionMetrics_050
from…

nost99
- 1
0
votes
0 answers
Send information from Roboflow
Send information from roboflow to my web create by django .
precisely I want send vlaue class to my web
I want the easiest way to solve this problem
Note that my internet is somewhat weak
First time here and I hope you can help me

Moham Al
- 1
0
votes
0 answers
Issues regarding annotations on Roboflow
I hope I get some assistance regarding this :)
So I made a custom data set on Roboflow with around 100+ images. I used 2 tags - front and back to detect front and back of cars using instance segmentation. However, when I am checking the…

moonchildsrj
- 1
- 2
0
votes
1 answer
How to edit the proportion of dataset after downloading from Roboflow
I'm trying to use Roboflow to train my own model now, and, however, I found a well-annotated dataset with a weird proportion in train, valid, and test.
Hence, I would like to revise the ratio in Python after I download the dataset, but I didn't find…

抹茶抹茶
- 11
- 1
0
votes
0 answers
ImportError: cannot import name 'deserialize_keras_object' from partially initialized module
I am having problems trying to run Mobilenet SSD, I take code from https://github.com/codeperfectplus/ASL.
I change the link of Roboflow dataset to mine and the required file then this error shows.
ImportError: cannot import name…

WE H
- 1
0
votes
1 answer
AttributeError on supervision library
I am using yolo-nas object detection model from roboflow.
the training part was done seamlessly but in the last cells, it shows this error, i was expecting it to run without any problem but it says no attribute called "Dataset" in the module…
0
votes
1 answer
I can't load the AI model on web with Roboflow (solved)
I’m trying to deploy my model on web. But it throws an error “I.map is not a function” when loading the model which is from a Roboflow tutorial. I tried to use the model i trained on Roboflow website and i get the same error. But there's some other…

meisken
- 1
- 2
0
votes
2 answers
RepresenterError: ('cannot represent an object', )
I am using a roboflow dataset to train a yolov8m model. It keeps throwing errors. The latest one is
RepresenterError: ('cannot represent an object', )
please helpscreenshot of what the error…

Jay Fischer
- 1
- 1
0
votes
0 answers
How to delete some images while generating a new version of dataset in Roboflow
I have some 1700 odd source images in my Roboflow project . But i need to delete a lot of images while generating a new version of the dataset .
I don't see any delete source images option anywhere in the Roboflow "Generate new version" page
I'm…

akashKP
- 137
- 9
0
votes
1 answer
How to merge two datasets from different workspaces in Roboflow?
I have two projects in Roboflow, each in a different workspace, and I want to merge the datasets from these two projects into a single dataset. What is the best way to do this in Roboflow?
I have tried downloading the datasets from each project and…

Manar Ali Ahmed
- 7
- 3
0
votes
1 answer
Roboflow Yolo: how to process multiple images and save individual return json?
Below is a simple Roboflow Yolo segmentation code that I am running on Colab.
The pre-trained model works fine on 1 sample image. The only thing that matters here is the model, which is an instance segmentation model. The result of prediction…

PepperTuna
- 23
- 4
0
votes
1 answer
ValueError: array split does not result in an equal division during training with Vision Transformer
the code is this
import torch.utils.data as data
from torch.autograd import Variable
import numpy as np
print("Number of train samples: ", len(train_ds))
print("Number of test samples: ", len(test_ds))
print("Detected Classes are: ",…

discreet
- 35
- 7
0
votes
0 answers
Low frame rate while using Yolov8 object segmentation
I have trained a yolov8 model on colab and export the best.pt and i wanted to using it for my webcam:
from ultralytics import YOLO
from ultralytics.yolo.v8.detect.predict import DetectionPredictor
import cv2
model =…

J y d a n
- 1
- 1
0
votes
0 answers
Roboflow Code Error not able to Run it on numpy images
I created a program that would decompile a video, run a roboflow yolo v5 model on each frame and then recompile the video. I am getting an error when saving the last frame of the model. Also I want to integrate the loop which opens the file and then…

jujbaks
- 1
- 1