prabindh / euclid

Euclid object labeller for frictionless object detection training purposes in Machine learning frameworks (KITTI, YOLO)
45 stars 20 forks source link

Yolo format is not working properly #4

Closed SumanthReddyKaliki closed 7 years ago

SumanthReddyKaliki commented 7 years ago

Hi, DetectNet format is working very well. But YOLO format is not working properly. Before saving the labels it will show correctly all the ClassLabels correctly which are selected. But after saving the labels, it saves them completely different. As an example check the below figures. Left (before saving) and right (after saving). image image

Also in my original dataset, most of the images have a single object in that. Suppose in my first image i have a object of class 3 and second image has class 4, even after changing the class label it is saving the second image as class 4. image

image

image image

In the above image 1( Before saving for class 3) image 2 (After saving for class 3) image 3 (Before saving for class 4) image 4 (After saving for class 4)

I tried this on windows 10 and ubantu 16.04. But I got the same issue on both.

SumanthReddyKaliki commented 7 years ago

Please check this, I need to annotate my dataset as soon as possible in yolo format. Even tough I select one class label, it is saving some other class label

prabindh commented 7 years ago

Can you check the latest checkin ? It fixes the label issue when moving across files. Also, please note, the selection of class remains across files, and does not reset to 0 for a new file.

SumanthReddyKaliki commented 7 years ago

I am using the latest commit, that you updated 2 days back. Please check with some images using Yolo format

prabindh commented 7 years ago

Does the git log show latest commit as "Clearing labels when moving across files - with ID 579d88c318a8786c89561ed24aca4d83033badbf"

SumanthReddyKaliki commented 7 years ago

I have tried with the latest commit, that you have done half an hour back. I all working fine. Thank you very much for the help. What was the problem with the initial commit. i'm asking this out of curiosity. If possible please answer this question. Any way I'm going to close the issue. Thanks once again