Coder Social home page Coder Social logo

ruixuejianfei / bitscalabledeephash Goto Github PK

View Code? Open in Web Editor NEW
64.0 8.0 45.0 256 KB

The Code of "Bit-Scalable Deep Hashing with Regularized Similarity Learning for Image Retrieval and Person Re-identification." IEEE TIP2015

Makefile 1.50% C++ 81.94% Shell 0.08% Cuda 14.23% Protocol Buffer 2.25%

bitscalabledeephash's Introduction

BitScalableDeepHash

The Code of "Bit-Scalable Deep Hashing with Regularized Similarity Learning for Image Retrieval and Person Re-identification." IEEE TIP2015

This solution contains source code from Ruimao Zhang's research projects: http://vision.sysu.edu.cn/projects/deephashing/

The source code is for educational and research use only without any warranty; if you use any part of the source code, please cite related paper:

Ruimao Zhang, Liang Lin, Rui Zhang, Wangmeng Zuo, Lei Zhang. “Bit-Scalable Deep Hashing with Regularized Similarity Learning for Image Retrieval and Person Re-identification.“, in IEEE Trans. Image Process., vol.24, no.12, pp.4766-4779, 2015.

If you have any question about the code, please email [email protected] or [email protected]

This code is only tested on Ubantu 14.04 with CUDA 6.5.12 ( NVIDIA Tesla K40 GPU )

bitscalabledeephash's People

Contributors

ruixuejianfei 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar

bitscalabledeephash's Issues

Compilation Error - Ubuntu 14 - MKL_VSL

During compilation I noticed that the mkl_vsl.h package been missed. I found the package and set its path in the Makefile.config.

Now I'm getting the following error:

src/caffe/util/math_functions.cpp:125:41: error: ‘cblas_saxpby’ was not declared in this scope
  cblas_saxpby(N, alpha, X, 1, beta, Y, 1);
                                         ^
src/caffe/util/math_functions.cpp: In function ‘void caffe::caffe_axpby(int, Dtype, const Dtype*, Dtype, Dtype*) [with Dtype = double]’:
src/caffe/util/math_functions.cpp:131:41: error: ‘cblas_daxpby’ was not declared in this scope
  cblas_daxpby(N, alpha, X, 1, beta, Y, 1);
                                         ^
In file included from ./include/caffe/common.hpp:12:0,
                 from src/caffe/util/math_functions.cpp:5:
src/caffe/util/math_functions.cpp: In function ‘void caffe::caffe_vRngUniform(int, Dtype*, Dtype, Dtype) [with Dtype = float]’:
src/caffe/util/math_functions.cpp:257:17: error: ‘VSL_RNG_METHOD_UNIFORM_STD’ was not declared in this scope
    vsRngUniform(VSL_RNG_METHOD_UNIFORM_STD, Caffe::vsl_stream(), n, r, a, b));
                 ^

....

                  ^
src/caffe/util/math_functions.cpp:277:2: note: in expansion of macro ‘VSL_CHECK’
  VSL_CHECK(

Does anybody have any idea?

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.