C3D
C3D copied to clipboard
C3D is a modified version of BVLC caffe to support 3D ConvNets.
I would like to ask the caffe version must use the modified version you provided? Can a normal version of caffe support C3D? Help!!!
I am using C3D to extract the features. However, I have the following error information. Could you please kindly fix the error ? many thanks! Extracting features for 3576 batches...
I tried to compile opencv 3.0 and 3.1 but failed due to some reasons. I only can compiled opencv 3.4. Thus, any soultion for using C3D with opencv 3.4?
I have run through the program and replaced it with my own data set. But I can only output the accuracy of the training set and the test set. if...
Hello, I git clone C3D and copied Makefile.config from caffe installed successful. Then, I make all in C3D-v1.0,but I always get fault result such as **:upgrade_proto.cppbase::(:.CheckOpMessageBuildertext:+:0xa3dNewString)(:) 'undefined buildreference/ libto/ libcaffe.a`(googleimage_io.o:)::protobuf...
Thanks for your nice work! @dutran Could you please provide the result of c3d v1.1 on scene recognition dataset? I can not outperform the c3dv1.0 on both datasets: YUPENN and...
Hi, I just wanna visualize deconvolution of C3D feature map of pre-trained models to explain what C3D have learned, i have tried some open source code, such as **deep-visualization-toolbox**,but they...
Hello, For classification of test sequences, I need to visualize the labels which should be obtained from the final layer of the prototxt file. From the following layer, now I...
Hi, i've already completely compiled C3D-v1.1, and then i copy the same Makefile.config to C3D-v1.0 and make all , but i got this error: find: ‘matlab/+caffe/private’: No such file or...
Hello, For creating the snapshot (through solver.prototxt), I need to provide batch size more than 10,000 in numbers inside c3d_sport1m_feature_extractor_frm.prototxt but this is giving segmentation fault error in the output....