dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.71k stars 2.97k forks source link

train action recognition model #1873

Open tebie6 opened 1 month ago

tebie6 commented 1 month ago

Hi @dusty-nv

I want to train an action recognition model, but I'm not sure how to do it. Could you guide me?

I would really appreciate your help.

Thank you very mush!

dusty-nv commented 1 month ago

Hi @tebie6 these models came from Akash James' repo here - https://github.com/kingardor/Activity-Recognition-TensorRT , which in turn used base models from Can Spatiotemporal 3D CNNs Retrace the History of 2D CNNs and ImageNet? which I believe that upstream repo has the training scripts. So you would want to look into that process (I haven't trained my own of these)

tebie6 commented 1 month ago

Thank you for your quick response! It has been very helpful.