hassony2 / kinetics_i3d_pytorch

Inflated i3d network with inception backbone, weights transfered from tensorflow
MIT License
528 stars 115 forks source link

Grayscale Images #34

Open mnik17 opened 2 years ago

mnik17 commented 2 years ago

Hi @hassony2,

First of all thanks for the repo.

I wanted to use the pretrained kinetics RGB model to extract features from a dataset I created. Since my application should run in real time with limited computational resources I wanted to use grayscale images, since that way I only have to process one channel. My question was whether that would cause issue with the RGB model. If so, then I will convert my dataset to colour images.

Thank you