Ericsson / eva

EVA is a web-based tool for efficient annotation of videos and image sequences and has an additional tracking capabilities
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

How to retrieve object id? #18

Open thanh-px opened 4 years ago

thanh-px commented 4 years ago

I noticed that the default YOLO or Pascal VOC format doesn't have object id field. Is there anyway I can produce them since I am using the tool for tracking task and it requires re identification throughout every frame.

manishs17 commented 4 years ago

Hi @pxthanh98 , we save class information for every annotation. If I understood your problem right then I think you want to save Id's for objects of same class as well. e.g. if there are two cars, red and white, you want to assign separate Id's for them. There is no feature that supports this. The easiest would be to create many labels, like car_red, car_white then each of the car would belong to a different class and automatically get's a different ID.