Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
33 views

How come I don't see yolo.yaml file in my yolov9 folder when trying to train data in G.C it expects that file

I've come across a problem. I'm doing object detection on Google Colab with the CNN Yolov9. I'm running into issues because I'm trying to train the data using a command, but the error is saying: To ...
Briana Deloatch's user avatar
0 votes
0 answers
40 views

Why is YOLOv7 not working with my custom data?

I'm trying to train a yolov7 pretrained model to perform object detection in the dataset i've created but despite everything seemingly working until the training, when i try to test the results it ...
Jean Lafoy's user avatar
0 votes
0 answers
46 views

How to use/convert best.pt model of YOLOv8s to tensorflow.js

I trained a YOLOv8s model on custom dataset in google colab, I have the best.pt file and I want to make the model work on mobile app using react-native, I saw it can be done using TensorFlow.js but I ...
berdan annak's user avatar
0 votes
0 answers
31 views

How to export images from videos in supervisely?

I am trying to export annotated images from videos in supervisely (coco, supervisely format) to import my annotated data to this Colab Project https://colab.research.google.com/github/Kazuhito00/YOLOX-...
Aigerim Kussainova's user avatar
0 votes
0 answers
117 views

AssertionError: Invalid CUDA '--device 0' requested, how to resolve when '--device cpu' is suggested instead?

I'm currently grappling with a perplexing issue in my CUDA operations. Specifically, I'm encountering an 'AssertionError: Invalid CUDA '--device 0' requested' error, despite intending to use '--device ...
Marwa Guizani's user avatar
1 vote
1 answer
115 views

Yolov4 and Darknet Training with Google Colab Error

I'm trying to train a model using YOLOv4 and Darknet. I'm using Google Colab for training during this process. However, everything was going smoothly until I encountered an error somewhere, and I can'...
asekka asekka's user avatar
1 vote
4 answers
2k views

AssertionError: Invalid CUDA '--device 0' requested, use '--device cpu' or pass valid CUDA device(s) python train_dual.py in GoogleColabratory

I am using Google Collab to try to reconstruct yolo9 so that I can then train it for custom objects.* https://deasadiqbal.medium.com/yolov9-object-detection-on-custom-dataset-computer-vision-project-...
Chris Rigano's user avatar
0 votes
0 answers
142 views

Google colab No labels found in <path>

I am trying to train a YOLOV8 object detection model. I have imported all the required libraries and have successfully mounted the google drive and got the folders that I need. Note that I have seen ...
Luca Alfino's user avatar
0 votes
0 answers
67 views

File not found but I think it's there

I am trying to implement Yolov8 on my custom dataset in TensorFlow. I am working in Google Colab. The data is segregated into training and validation set using the following statement: num_val = int(...
KHALID IJAZ's user avatar
-1 votes
1 answer
317 views

How can i fix Autodistill Invalid Cuda Error on Colab?

https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-auto-train-yolov8-model-with-autodistill.ipynb I am trying to test this on Colab. on this section: %cd {HOME} ...
Uğur Demirezen's user avatar
0 votes
0 answers
62 views

Connect webcam to google colab

How can I use my webcam in colab? I need it for yolov5 running, I want to use the output of webcam as a source for object detection. `python detect.py --weights yolov5s.pt --source I have done it with ...
Taha Farshbaf's user avatar
0 votes
1 answer
1k views

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 ...
Muhammad Huzaifa's user avatar
0 votes
0 answers
87 views

YOLOv3:train darknet model on Colab

I want to use the mask dataset on Kaggle and YOLOv3 to train a real-time mask recognition. But I have difficulty training darknet model on Colab. The code below was what I have inputted into Colab, ...
古芳華's user avatar
0 votes
1 answer
2k views

How can I evaluate Yolov8 model on Google Colab with webcam

I have trained both yolov7 and yolov8 models on my customer dataset, and I want to evaluate these models on webcam. While I understand the google colab don't work with webcam by default, I have used ...
adeshina Ibrahim's user avatar
0 votes
0 answers
3k views

FileNotFoundError: [Errno 2] No such file or directory: '/opt.yaml'

File "/yolov7/train.py", line 581, in <module> with open(Path(ckpt).parent.parent / 'opt.yaml') as f: FileNotFoundError: [Errno 2] No such file or directory: '/opt.yaml'` I use ...
Snowman's Scarf's user avatar

15 30 50 per page
1
2 3 4 5 6