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

Training Model on Custom Dataset #33

Closed NaeemKhan333 closed 4 years ago

NaeemKhan333 commented 4 years ago

Thank you for very nice work . I want to training my own data set ,which have 4 classes and I have 200 videos for every class . Can anybody Guide me what steps I need to do to train my own data set using this technique .Does I need to do annotation for every video or there is any other way which I need to adopt to train my own data set on this technique. Please give a complete overview for training my own data set. Thank you

oulutan commented 4 years ago

Training code has been available here for past 2 months.

https://github.com/oulutan/ActorConditionedAttentionMaps

NaeemKhan333 commented 4 years ago

Thanks for your reply, We know Training code is available but we cannot figure out how actually pre-processed and structure our data set to train on the given data set. How Actually I can annotate my own data set . Can you briefly guide about this .Thanks