TianzhongSong / C3D-keras

train C3D with keras for action recognition
http://www.tianzsong.xyz/2018/04/08/c3d-keras/
MIT License
119 stars 60 forks source link

Regarding input shape #18

Open Walid-Ahmed opened 4 years ago

Walid-Ahmed commented 4 years ago

Should not the input_shape = (16,112,112,16) instead of input_shape = (112,112,16,3) ?