C3D icon indicating copy to clipboard operation
C3D copied to clipboard

C3D is a modified version of BVLC caffe to support 3D ConvNets.

Results 76 C3D issues
Sort by recently updated
recently updated
newest added

Hi, I use v1.0 extract_image_features.bin to extract prob and get the same accuracy (39%) as the test.bin (40%). But I get much lower accuracy (11%) than the test.bin (39%) when...

I modified the Makefileconfig file to work with CPU, when i try and run make, I get the following error : .build_release/lib/libcaffe.so: undefined reference to `cv::VideoCapture::set(int, double)' .build_release/lib/libcaffe.so: undefined reference...

when I run the create_volume_mean.sh ,the following question is: I0217 20:11:32.672004 19663 compute_volume_mean_from_list.cpp:53] using dropping rate 10 I0217 20:11:32.695142 19663 compute_volume_mean_from_list.cpp:80] Starting Iteration F0217 20:11:33.270965 19663 compute_volume_mean_from_list.cpp:92] Check failed: size_in_datum...

Hi, I want to predict saliency values of a voxel, using V2V. The output and truth have 1 channel, and the truth has labels 0 and 1. The model is...

In voxel_wise_softmax_layer.cpp line 66, I think the index of scale_data `scale_data[bottom[0]->offset(i,0,l,h,w)]` should be `scale_data[scale_.offset(i,0,l,h,w)]`

Added support to OpenCV v3 to avoid some version conflict when running the scripts calling it

CLA Signed

Question 1: I am confused about the different names of fc layers in the prototxt files, for different models training on different dataset. I follow the user guide to fine­tune...

I found something weird about testing pre-trained c3d-resnet model(trained on ucf101) while changing the shuffle and batch size option in the test process. when I tested the model with shuffle...

Does VIDEO_SEGMENTATION_DATA data format still exist for v1.1?

Hi, Thanks for release C3D-v.1.1. Could you please upgrade Deconv3D and VideoWithVoxelTruth_data layers to v-1.1 ? I tried to convert Deconv3D layer from v-1.0 to v-1.1 but it doesn't work....