kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.88k stars 930 forks source link

Using the model for my own dataset #178

Open siyalsonarkar18 opened 4 years ago

siyalsonarkar18 commented 4 years ago

I was wondering if I can use this open-source code for my own dataset. I want to train ResNet-34 on my own dataset for human activity recognition. Also, what all is needed as an import to make sure this code works.

shadsakib commented 4 years ago

Were you able to train your own dataset? I want to do the same thing but can't figure it out.