Let me give you some background information to help express my question clearly.
As part of my PhD thesis I am developing and evaluating tracking algorithms for some special purpose imaging system. I have recorded an image sequence (a sequence of images in a single folder), and implemented some tracking algorithms. I can visually run the algorithms and see the tracking performance. However, in order to come up with some quantitative performance metrics, I need to mark the ground truth information on each frame. I mean, for each image in the sequence I need to tell which polygon corresponds to which object/track. There are a few thousand images in the sequence that I recorded, and ground truth need to be marked manually for each image. So a good annotation tool is necessary for speeding up the process.
Hence I need an image sequence annotation tool with the following capabilities for marking ground truth data:
- polygon type annotation is needed (rectangular annotation is not enough)
- multiple objects/track marking per image is needed
- annotation output needs to be saved in a programmatically readable format (XML, etc.)
- moving between prev-next images in the sequence should be possible
- it should be possible to edit a previously marked annotation
- when moving to next frame, the last entered annotation should be placed on top of the frame for speeding up the annotation process (Nice to have)
Is there any available tool with such capability? Not a big deal actually, but if there is such a tool already available, I could save a few days for more relevant work.
Thanks in advance...