prabindh / euclid

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

Even after changing the LabelMode to KITTI, I'm getting the annotations in YOLO format #2

Closed SumanthReddyKaliki closed 7 years ago

SumanthReddyKaliki commented 7 years ago

image

0 0.6008333 0.5930556 0.1316667 0.2305556 1 0.4375000 0.5472222 0.0316667 0.1611111 2 0.2791667 0.5402778 0.0450000 0.1805556

SumanthReddyKaliki commented 7 years ago

Also, it will be helpful, if can comment on my doubt. Before starting labelling my dataset, should I resize all my images into any standard size. What is the input image size for yolo .

prabindh commented 7 years ago

If you had created an earlier label file with Yolo format it sticks to that. Could you delete the created label folder, change the label format, then try again while I fix in code? Thx

prabindh commented 7 years ago

On size of images, it really depends on your HW system for training, and detection. Needs lot of experimentation

SumanthReddyKaliki commented 7 years ago

I have found it, initially i had one image with yolo format. I understand that, but should i maintain all images with same size like 256x256 or 416x416 something like that. What does yolo expect.

prabindh commented 7 years ago

Since ease of use is important, the behaviour is such that, if you are continuing on an already existing session with labelled data, you should not need to change the type again. Hence I am planning to retain it as is. Can I close the original issue then ?

prabindh commented 7 years ago

Selection boxes for kitti/yolo format, are now added in the latest checkin. Please validate and close the issue if there is no further action needed on this.

SumanthReddyKaliki commented 7 years ago

Thanks