Yolo_mark icon indicating copy to clipboard operation
Yolo_mark copied to clipboard

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2

Results 103 Yolo_mark issues
Sort by recently updated
recently updated
newest added

@AlexeyAB Output of YOLO class1: 30% (left_x: 1594 top_y: 5 width: 823 height: 398) class2: 89% (left_x: 1624 top_y: 11 width: 766 height: 384) Ground Truth File class2 0.6834710743801653 -0.0007513148009012858...

Hi, I am getting "cuda out of memory" error for yolov4 training with coco2017 datasets my cfg is: 1 [net] 2 batch=64 3 subdivisions=32 4 # Training 5 width=416 6...

I get the following error "basic_string::substr: __pos (which is 140) > this->size() (which is 0)" when running the tool. I have around 20k labeled images

Likely bug

Hello Team , I am using yolov4 for object detection and training it on custom dataset after 300 iteration i am getting Nan value for weights weights used: 1) yolov4.conv.137...

I am using ubuntu18.04 and opencv-3.4.4, I did every steps but still I got this in below; ![Screenshot from 2019-06-26 15-14-17](https://user-images.githubusercontent.com/28064589/60179019-5ba0fd80-9825-11e9-966c-2114283dcefe.png) Ps: I dont use anaconda..

Solved

Hey everyone, I trained the YOLO network by following all the steps from the link https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects What is the meaning of negative values in the output coordinates that we get...

I can't seem to train it. I keep on getting this error message in my terminal. I am completely new to this, and I am just a high school student....

Hey there, I am using YOLOv4 for German Traffic Sign Detection Benchmark dataset. It has 900 images (divided in 600 training images and 300 evaluation images (PPM Images)). The size...

It seems there is an issue when you want to move to another image by mouse clicking on Prev or Next buttons displayed in the preview bar. It seems it...

Added instructions to download and install OpenCV + CMake +Visual Studio for users attempting to use Yolo_mark that may not have it installed. I ran into some issues not having...