villawang / CatNet

CatNet: Class Incremental 3D ConvNets for Lifelong Egocentric Gesture Recognition
MIT License
12 stars 2 forks source link

How to test my own RGB videos #1

Closed happyCodingSusan closed 3 years ago

happyCodingSusan commented 4 years ago

Hi @villawang , thanks for sharing your great work! I was wondering how to test your method on my own RGB videos. Thanks for your kind reply!

villawang commented 4 years ago

Hi @villawang , thanks for sharing your great work! I was wondering how to test your method on my own RGB videos. Thanks for your kind reply!

Hi, you first need to create annotations like create_annotation.py in the dataset folder or you can write your own dataset wrapper. Then follow train and test steps.