All Projects → jiangqy → Ddsh Tip2018

jiangqy / Ddsh Tip2018

source code for paper "Deep Discrete Supervised Hashing"

Projects that are alternatives of or similar to Ddsh Tip2018

Person Reid gan
ICCV2017 Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro
Stars: ✭ 301 (+1781.25%)
Mutual labels:  image-retrieval, cuda
Blocksparse
Efficient GPU kernels for block-sparse matrix multiplication and convolution
Stars: ✭ 797 (+4881.25%)
Mutual labels:  cuda
Warp Ctc
Pytorch Bindings for warp-ctc
Stars: ✭ 684 (+4175%)
Mutual labels:  cuda
Ethereum nvidia miner
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
Stars: ✭ 772 (+4725%)
Mutual labels:  cuda
Gunrock
High-Performance Graph Primitives on GPUs
Stars: ✭ 718 (+4387.5%)
Mutual labels:  cuda
Numba
NumPy aware dynamic Python compiler using LLVM
Stars: ✭ 7,090 (+44212.5%)
Mutual labels:  cuda
Deep metric
Deep Metric Learning
Stars: ✭ 671 (+4093.75%)
Mutual labels:  image-retrieval
Libcudarange
An interval arithmetic and affine arithmetic library for NVIDIA CUDA
Stars: ✭ 5 (-68.75%)
Mutual labels:  cuda
Pyretri
Open source deep learning based unsupervised image retrieval toolbox built on PyTorch🔥
Stars: ✭ 795 (+4868.75%)
Mutual labels:  image-retrieval
Accelerate
Embedded language for high-performance array computations
Stars: ✭ 751 (+4593.75%)
Mutual labels:  cuda
Juice
The Hacker's Machine Learning Engine
Stars: ✭ 743 (+4543.75%)
Mutual labels:  cuda
Deep Painterly Harmonization
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
Stars: ✭ 6,027 (+37568.75%)
Mutual labels:  cuda
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (+4837.5%)
Mutual labels:  cuda
Cuda Convnet2
Automatically exported from code.google.com/p/cuda-convnet2
Stars: ✭ 690 (+4212.5%)
Mutual labels:  cuda
Scikit Cuda
Python interface to GPU-powered libraries
Stars: ✭ 803 (+4918.75%)
Mutual labels:  cuda
Nv Wavenet
Reference implementation of real-time autoregressive wavenet inference
Stars: ✭ 681 (+4156.25%)
Mutual labels:  cuda
Lire
Open source library for content based image retrieval / visual information retrieval.
Stars: ✭ 740 (+4525%)
Mutual labels:  image-retrieval
Marian
Fast Neural Machine Translation in C++
Stars: ✭ 777 (+4756.25%)
Mutual labels:  cuda
Cudadbclustering
Clustering via Graphics Processor, using NVIDIA CUDA sdk to preform database clustering on the massively parallel graphics card processor
Stars: ✭ 6 (-62.5%)
Mutual labels:  cuda
Pytorch Loss
label-smooth, amsoftmax, focal-loss, triplet-loss, lovasz-softmax. Maybe useful
Stars: ✭ 812 (+4975%)
Mutual labels:  cuda

Source code for paper "Deep Discrete Supervised Hashing" on TIP-2018

Introduction

0. About the paper

This repo is the source code for the paper "Deep Discrete Supervised Hashing" on TIP-2018. The authors are: Qing-Yuan Jiang, Xue Cui and Wu-Jun Li. If you have any questions about the source code, please contact: qyjiang24#gmail.com.

1. Running Environment

Matlab 2016

MatConvnet

2. Datasets

We use four datasets to perform our experiments, i.e., CIFAR-10, SVHN, NUS-WIDE and Clothing1M datasets. In this repo, we use CIFAR-10 dataset as an example.

In addition, pretrained model can be download from the following links:

Links: imagenet-vgg-f.mat

Password: 24id

3. Run demo

Run DDSH_algo_cifar10.m

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].