when i use yolov4 to detect cells. one cell is labeled two different classes. how is it caused and what should i do? enter image description here sry,Eng
when i use yolov4 to detect cells. one cell is labeled two different classes. how is it caused and what should i do? enter image description here sry,Eng
i want to train yolov3 on this dataset https://www.kaggle.com/datasets/mangosata/exclusivelydarkimagedataset-from-cschan i have a text file for each image conta
I have recently started working in this field. And currently the requirement is to train Yolov3 on a custom dataset where images are of 8k resolution. Is there
I'm having trouble executing this file. Given that I'm working on a multi-class classification, each .txt file has several lines addressing each object in every
How we convert XML annotation folder into text or YOLOv3 Format for detection??? I used this code for conversion but it only take one xml image and convert into
Current format I obtained through code below '''-ext_output <data/test.txt> result.txt''' is as follows. '''Enter Image Path: Detection layer: 139 - typ
I'm trying to run the Yolov4-tiny demo of Darknet but am encountering the following error: [WARN:0] global ../modules/videoio/src/cap_gstreamer.cpp (1824) handl
Trying to convert Kitti label format to Yolo. But after converting the bbox is misplaced. this is kitti bounding box This is conversion code: def convertToYolo
I am trying to do 2D ball stabilization platform which always keeps the ball which is put on the platform, center of the platform (x= 0, y=0). Here is my restri
I train some traffic signs that are symmetrically similar, then when i check signs, yolo is confused sometimes turn right sign detect as turn left. How can I re
I have implemented custom object detector using YOLO for offline on CPU. When I run this command on CPU: !./darknet detector demo data/obj.data cfg/yolov4-obj.c
So I'm trying to learn how to use Yolox for my bachelor thesis, and after hours of installing and updating components, finally managed to run Yolox on a test im
Traceback (most recent call last): File "C:\Users\Bhavesh\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\multiprocessing\reductions.py", line 3
I want to do object detection with YOLO in 2 stream cameras. I use multithread and the result is like in the video. So when 2 camera streams are used, object de
How can I get a valuation with validiation data on darknet? The reason is that darknet has only train.txt and val.txt, while yolov5 and YOLOX have both val and
AFAIK YOLO calculates mAP against validation dataset during training. Now is it possible to calculate the same against unseen test dataset ? Command: ./darknet
I want to deploy trained Yolov5 custom object detection to AWS Sagamaker. I could not find any resources.
I want to train Yolact on a custom dataset using Google Colab+. Is it possible to train on Colab+ or does it time out to easily? Thank you!
I'd like to ask you if it's possible to extend/add new class to pre-trained yolov3/v4-tiny model. I need to add shoe. Let's say it would be 81st object. My expe