Using fastai2 on UCF 101 action recognition

Hello,
I put a small repo using fastai2 to solve the UCF101 action recognition dataset.
I was having trouble understanding the convlstm models, so I got inspired by trying my fastai2 experience to adapt to his new task.
It takes a sequence of frames, and outputs the class.
You can check it here, ofcorse is using nbdev as dev environment (@sgugger).

It isttill needs some improvements, like using the right train/valid splits, but it is looking promising.

11 Likes

Awesome work @tcapelle!!