Coder Social home page Coder Social logo

yulequan / 3d-caffe Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 15.0 38.87 MB

3D Caffe library for 3D classification or segmentation problem.

License: Other

CMake 2.84% Makefile 0.67% Shell 0.39% C++ 79.44% Cuda 5.63% MATLAB 0.90% M 0.01% Python 8.51% Protocol Buffer 1.62%

3d-caffe's People

Contributors

blgene avatar cdluminate avatar cypof avatar dgolden1 avatar ducha-aiki avatar eelstork avatar erictzeng avatar flx42 avatar jamt9000 avatar jeffdonahue avatar jyegerlehner avatar kloudkl avatar longjon avatar lukeyeager avatar mavenlin avatar mohomran avatar mtamburrano avatar netheril96 avatar philkr avatar qipeng avatar rbgirshick avatar ronghanghu avatar sergeyk avatar sguada avatar shelhamer avatar tnarihi avatar williford avatar willyd avatar yangqing avatar yosinski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

3d-caffe's Issues

how to use SoftmaxWithWeightedLossLayer

I found you have added the "SoftmaxWithWeightedLossLayer" into the library, but I cannot find a tutorial about how to use it. Can you give me a simple example of it? Thanks a lot!!

make test and make runtest error

I am using ubuntu 14.04, cuda 8.0 cuDDN 5.0. Anaconda 2.1
$ sudo make all (successful)
$ sudo make pycaffe (successful)
import caffe (successful)
I met below error when I work work $ sudo make test OR $ sudo make runtest
I am newbie with deep learning. I am requested for your kind help please.

$ make runtest
CXX src/caffe/test/test_stochastic_pooling.cpp
src/caffe/test/test_stochastic_pooling.cpp: In member function ‘virtual void caffe::CPUStochasticPoolingLayerTest_TestSetup_Test<gtest_TypeParam_>::TestBody()’:
src/caffe/test/test_stochastic_pooling.cpp:59:35: error: no matching function for call to ‘caffe::PoolingParameter::set_kernel_size(int)’
pooling_param->set_kernel_size(3);
^
src/caffe/test/test_stochastic_pooling.cpp:59:35: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: void caffe::PoolingParameter::set_kernel_size(int, google::protobuf::uint32)
inline void PoolingParameter::set_kernel_size(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp:60:30: error: no matching function for call to ‘caffe::PoolingParameter::set_stride(int)’
pooling_param->set_stride(2);
^
src/caffe/test/test_stochastic_pooling.cpp:60:30: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: void caffe::PoolingParameter::set_stride(int, google::protobuf::uint32)
inline void PoolingParameter::set_stride(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp: In member function ‘virtual void caffe::GPUStochasticPoolingLayerTest_TestStochastic_Test<gtest_TypeParam_>::TestBody()’:
src/caffe/test/test_stochastic_pooling.cpp:82:35: error: no matching function for call to ‘caffe::PoolingParameter::set_kernel_size(int)’
pooling_param->set_kernel_size(3);
^
src/caffe/test/test_stochastic_pooling.cpp:82:35: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: void caffe::PoolingParameter::set_kernel_size(int, google::protobuf::uint32)
inline void PoolingParameter::set_kernel_size(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp:83:30: error: no matching function for call to ‘caffe::PoolingParameter::set_stride(int)’
pooling_param->set_stride(2);
^
src/caffe/test/test_stochastic_pooling.cpp:83:30: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: void caffe::PoolingParameter::set_stride(int, google::protobuf::uint32)
inline void PoolingParameter::set_stride(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp: In member function ‘virtual void caffe::GPUStochasticPoolingLayerTest_TestStochasticTestPhase_Test<gtest_TypeParam_>::TestBody()’:
src/caffe/test/test_stochastic_pooling.cpp:125:35: error: no matching function for call to ‘caffe::PoolingParameter::set_kernel_size(int)’
pooling_param->set_kernel_size(3);
^
src/caffe/test/test_stochastic_pooling.cpp:125:35: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: void caffe::PoolingParameter::set_kernel_size(int, google::protobuf::uint32)
inline void PoolingParameter::set_kernel_size(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp:126:30: error: no matching function for call to ‘caffe::PoolingParameter::set_stride(int)’
pooling_param->set_stride(2);
^
src/caffe/test/test_stochastic_pooling.cpp:126:30: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: void caffe::PoolingParameter::set_stride(int, google::protobuf::uint32)
inline void PoolingParameter::set_stride(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp: In member function ‘virtual void caffe::GPUStochasticPoolingLayerTest_TestGradient_Test<gtest_TypeParam_>::TestBody()’:
src/caffe/test/test_stochastic_pooling.cpp:162:35: error: no matching function for call to ‘caffe::PoolingParameter::set_kernel_size(int)’
pooling_param->set_kernel_size(3);
^
src/caffe/test/test_stochastic_pooling.cpp:162:35: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: void caffe::PoolingParameter::set_kernel_size(int, google::protobuf::uint32)
inline void PoolingParameter::set_kernel_size(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20194:13: note: candidate expects 2 arguments, 1 provided
src/caffe/test/test_stochastic_pooling.cpp:163:30: error: no matching function for call to ‘caffe::PoolingParameter::set_stride(int)’
pooling_param->set_stride(2);
^
src/caffe/test/test_stochastic_pooling.cpp:163:30: note: candidate is:
In file included from ./include/caffe/util/cudnn.hpp:9:0,
from ./include/caffe/util/device_alternate.hpp:40,
from ./include/caffe/common.hpp:19,
from ./include/caffe/blob.hpp:8,
from src/caffe/test/test_stochastic_pooling.cpp:6:
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: void caffe::PoolingParameter::set_stride(int, google::protobuf::uint32)
inline void PoolingParameter::set_stride(int index, ::google::protobuf::uint32 value) {
^
.build_release/src/caffe/proto/caffe.pb.h:20219:13: note: candidate expects 2 arguments, 1 provided
make: *** [.build_release/src/caffe/test/test_stochastic_pooling.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.