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

This line in main.cpp is causing problems `sync_PyrLKOpticalFlow = cv::SparsePyrLKOpticalFlow::create();` and also the error Error C2039 'SparsePyrLKOpticalFlow': is not a member of 'cv' yolo_mark C:\Users\Malik\Downloads\Yolo_mark-master\main.cpp So what's going on? Also...

yolo_mark is indeed a good tool to tag images but its quite laborious. If can simply use an object tracking algorithm on top of a video and drag an object...

want enhancement

Hello, @AlexeyAB , i am sorry to bother you. In my research, training data as shown below image ![LP-843](https://user-images.githubusercontent.com/35833760/58175560-fa8c8400-7cd2-11e9-81cd-5947b6093a97.jpg) After Using the Yolo_mark to label , image will looks like...

CUDA10.0 doesn't support Visual Studio 2019 if you want to use VS2019 you should use CUDA10.1

I was hoping there's a way to alter Yolo_mark such that it uploads the text files of predictions to a separate folder rather than the same folder the images are...

want enhancement

when i'm trying to train my dataset on yolo it's giving me some nan value. I have 60 images of dataset. and I want to train my network so that...

I think libgtk2 is missing, but I installed libgtk2. What's the problem?

As in the title. I added the possibility of using mouse wheel to skim through the labels without the need of dragging the slider. I also mapped keys `a` and...

Would be a great feature to enter a mode where the user may delete the rectangle closest to. Here's how it could be done: - User holds down the CTRL...

want enhancement

when I execute ./linux_mark.sh I get this ignacio@ignacio-GL702VSK:~/Escritorio/YOLO/Yolo_mark$ ./linux_mark.sh Example how to start marking bouded boxes for training set Yolo v2 File opened for output: x64/Release/data/train.txt File loaded: x64/Release/data/obj.names exception:...