dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.

Home Page:https://developer.nvidia.com/embedded/twodaystoademo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train action recognition model

tebie6 opened this issue · comments

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!

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)

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