yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

About cmake #14

Closed xurong1981 closed 6 years ago

xurong1981 commented 6 years ago

I wonder what parameters should I set for cmake command ? I tried the following parameters:


cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D CMAKE_INSTALL_PREFIX=/usr/local ..

But some error occurs, like :


CMake Error at CMakeLists.txt:74 (add_subdirectory): The source directory

xxxxxx/rcf/examples

does not contain a CMakeLists.txt file.

CMake Error at docs/CMakeLists.txt:82 (file): file STRINGS file "xxxxxx/rcf/.Doxyfile" cannot be read.

-- Can't find OUTPUT_DIRECTORY in doxygen config file. Try to use default: ./doxygen/

Could you please give me some advice about cmake ?

yun-liu commented 6 years ago

You need not cmake in xxxxxx/rcf/examples folder. Please refer to http://caffe.berkeleyvision.org/installation.html or https://github.com/BVLC/caffe to build Caffe.

xurong1981 commented 6 years ago

Thank you so much for your quick reply. Actually, I wonder how to use your source to detect edge for my image. If possible, could you please add my weichat (XR_1981) ? I am Chinese.

xurong1981 commented 6 years ago

Thank you so much for your guidance. Based on building caffe, I can test my own data by your source.

yun-liu commented 6 years ago

You are welcome.