facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 506 forks source link

about the length of inputs #425

Closed zhangshuaimm closed 5 years ago

zhangshuaimm commented 5 years ago

could the inputs be 4 frames ? or less than 16 frames? Why? Thanks.

dutran commented 5 years ago

For this network (C3D), input needs to be 16-frames

dutran commented 5 years ago

why: because of the design of it and if wrong input size is entered, error will be triggered at the first FC layer.