hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

Why I only get the test accuracy below 20% use either C3D or I3D #61

Closed imnotk closed 6 years ago

imnotk commented 6 years ago

I just use the first split of the UCF101,and follow the preprocessing and data augmentation of I3D paper, and normalization is easy ,just follow [(x - 127) / 128 + 1] / 2 , where x is pixel value 。But test accuracy is far below than train accuracy , train accuracy can attach above 90%