oulutan / ACAM_Demo

Real-time Action detection demo for the work Actor Conditioned Attention Maps. This repo includes a complete pipeline for person detection/tracking and analyzing their actions in real-time.
MIT License
150 stars 37 forks source link

annotating new videos #22

Closed usuyama closed 5 years ago

usuyama commented 5 years ago

Thanks for posting a great demo!

Do you have any recommendations for annotation tools? I'm looking for a tool for annotating some of my videos.

oulutan commented 5 years ago

Vatic is one example. But this is quite old, Im sure there are much better ones now. https://github.com/cvondrick/vatic

usuyama commented 5 years ago

Thanks, @oulutan!

I looked around the web, and found VoTT https://github.com/microsoft/VoTT#labeling-a-video looks useful for my application. VoTT only supports frame-by-frame annotations for videos, but it's works okay because actions that I'm interested have similar temporal length. I hope they can support temporal segment annotation properly though.