Atze00 / MoViNet-pytorch

MoViNets PyTorch implementation: Mobile Video Networks for Efficient Video Recognition;
MIT License
256 stars 50 forks source link

why don't you use 'T.Normalize' when you train HMDB51? #21

Closed erwangccc closed 2 years ago

erwangccc commented 2 years ago

i have read your code which is at '.ipynb'.However you didn't use 'T.Normalize'. Is this transformer has a bad affect?

Atze00 commented 2 years ago

I'm just trying to maintain the transformation close to the original transformation chosen for training the models. You can use normalization if it works better.