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 used my own videos,and I can't find the saved features (e.g. prefix.fc6),but it shows successfully extracted the features as follow: E1206 15:34:22.851295 4327 extract_image_features.cpp:117] Extracted features of 6...

HI,dutran,I read your paper, you said use c3d+svm get a better performance, so I tried, first I use ucf101 set and conv3d_ucf101_train.prototxt(the original one in you c3d_train_ucf101 dir) to train...

Hello, I am using compute_volume_mean.sh and my exact command is GLOG_logtostderr=1 ../../build/tools/compute_volume_mean_from_list.bin list_HAR_train.out 16 128 128 25 HAR_train_mean.binaryproto 1 The machine seems to use 20GB of RAM and takes around...

F1008 09:26:58.039983 13233 layer.hpp:367] Check failed: ExactNumTopBlobs() == top.size() (2 vs. 1) VideoData Layer produces 2 top blob(s) as output. *** Check failure stack trace: *** @ 0x7f4f411f45b4 google::LogMessage::Fail() @...

v_BaseballPitch_g01_c01/000107.jpg c3d_sport1m_feature_extraction_frm.sh: 7: c3d_sport1m_feature_extraction_frm.sh: ../../build/tools/extract_image_features.bin: not found

Hi, I have a problem regarding the batch size. I am finetuning resnet_UCF101.caffemodel with my own data set. I tried different batch sizes(4,8,16,24) but the network is not learning. But...

when i run :finetuning_ucf101.sh in v11, then i get the result like this: I0828 19:37:39.324069 13760 solver.cpp:238] Train net output #0: ## loss = 0.0293793 (* 1 = 0.0293793 loss)...

[config.txt](https://github.com/facebook/C3D/files/1997881/config.txt) [train.prototxt.txt](https://github.com/facebook/C3D/files/1997882/train.prototxt.txt) Hi,I meeting an unexpectedly error ,I have a gtx 1080 GPU and 8G Ram,But when training ,out of memory occur even i set batch_size=1 .It' so weird,my data...

I0711 11:49:03.668851 22884 net.cpp:137] Memory required for data: 256000 I0711 11:49:03.668865 22884 layer_factory.hpp:77] Creating layer conv1 I0711 11:49:03.668881 22884 net.cpp:84] Creating Layer conv1 I0711 11:49:03.668887 22884 net.cpp:406] conv1 conv1 I0711...

Hey, i just want to ask that in order to compile C3D ,should i have caffe installed in both c++ and python?. If not, which caffe should i installed in...