C3D
C3D copied to clipboard
C3D is a modified version of BVLC caffe to support 3D ConvNets.
I put 20 videos selected from ucf101 continuously in the input file. After running the code, I can only extract the first two. From the third output folder, it is...
Hello, I have placed 20 of my own video files in succession. Only the features of the first 3 video screens are correctly extracted in the output file. The fourth...
Hello @dutran I have been reading & trying to understand the following paper on gesture recognition: [(http://research.nvidia.com/sites/default/files/pubs/2016-06_Online-Detection-and/NVIDIA_R3DCNN_cvpr2016.pdf)] Here, they mention they have used augmentations like: > temporal scaling (±20%), and...
Respected Sir I want to use C3D for facial emotion recognition. Can you please guide me. Thanks Regards Anil
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 11:49:03.668958 22884 net.cpp:122] Setting up conv1 I0711 11:49:03.668969 22884...
Hi, I have some questions regarding the C3D paper: - In "3.1. 3D convolution and pooling" , the part "Common network settings" the paper states that : "Videos are split...
Is anybody can direct me how to fix the error "Unknown layer type: SmoothL1Loss" ,I have check the path "C3D/C3D-v1.1/src/caffe/layers" where don't have this layer code , when I copy...
Hello, I do not know how to test? Can you upload your demo code. thanks
I want to extract features on the UCF101 dataset, but there is an error listed as follows: Check failed: feature in the network c3d_sport1m_feature_extractor_frm.prototxt blob name prob Why?
/usr/bin/g++ -shared -o python/caffe/_caffe.so python/caffe/_caffe.cpp \ build/lib/libcaffe.a -pthread -fPIC -DNDEBUG -O2 -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy /core/include -I/usr/local/include -I/usr/include/hdf5/serial -Ibuild/src -I./src -I./include -I/usr/local/cuda/include -L /usr/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/usr/local/cuda /lib64 -L/usr/local/cuda/lib -lcudart...