All Projects → Yijunmaverick → Deepjointfilter

Yijunmaverick / Deepjointfilter

Licence: other
The source code of ECCV16 'Deep Joint Image Filtering'.

Labels

Projects that are alternatives of or similar to Deepjointfilter

Pytorch knn cuda
K-Nearest Neighbor in Pytorch
Stars: ✭ 59 (-13.24%)
Mutual labels:  cuda
Tsne Cuda
GPU Accelerated t-SNE for CUDA with Python bindings
Stars: ✭ 1,120 (+1547.06%)
Mutual labels:  cuda
Arboretum
Gradient Boosting powered by GPU(NVIDIA CUDA)
Stars: ✭ 64 (-5.88%)
Mutual labels:  cuda
Optix Path Tracer
OptiX Path Tracer
Stars: ✭ 60 (-11.76%)
Mutual labels:  cuda
Minkowskiengine
Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
Stars: ✭ 1,110 (+1532.35%)
Mutual labels:  cuda
Cutlass
CUDA Templates for Linear Algebra Subroutines
Stars: ✭ 1,123 (+1551.47%)
Mutual labels:  cuda
Cme213 material 2013
CME 213 Class Material
Stars: ✭ 57 (-16.18%)
Mutual labels:  cuda
Alenka
GPU database engine
Stars: ✭ 1,150 (+1591.18%)
Mutual labels:  cuda
Gdax Orderbook Ml
Application of machine learning to the Coinbase (GDAX) orderbook
Stars: ✭ 60 (-11.76%)
Mutual labels:  cuda
Cudadrv.jl
A Julia wrapper for the CUDA driver API.
Stars: ✭ 64 (-5.88%)
Mutual labels:  cuda
Pytorch Baidu Ctc
PyTorch bindinga for Baidu's Warp-CTC
Stars: ✭ 61 (-10.29%)
Mutual labels:  cuda
Pycuda
CUDA integration for Python, plus shiny features
Stars: ✭ 1,112 (+1535.29%)
Mutual labels:  cuda
Mpn Cov
@ICCV2017: For exploiting second-order statistics, we propose Matrix Power Normalized Covariance pooling (MPN-COV) ConvNets, different from and outperforming those using global average pooling.
Stars: ✭ 63 (-7.35%)
Mutual labels:  cuda
Flattened Cnn
Flattened convolutional neural networks (1D convolution modules for Torch nn)
Stars: ✭ 59 (-13.24%)
Mutual labels:  cuda
Autodock Gpu
AutoDock for GPUs and other accelerators
Stars: ✭ 65 (-4.41%)
Mutual labels:  cuda
Dokai
Collection of Docker images for ML/DL and video processing projects
Stars: ✭ 58 (-14.71%)
Mutual labels:  cuda
Ggnn
GGNN: State of the Art Graph-based GPU Nearest Neighbor Search
Stars: ✭ 63 (-7.35%)
Mutual labels:  cuda
Torch sampling
Efficient reservoir sampling implementation for PyTorch
Stars: ✭ 68 (+0%)
Mutual labels:  cuda
Build Deep Learning Env With Tensorflow Python Opencv
Tutorial on how to build your own research envirorment for Deep Learning with OpenCV, Python, Tensorfow
Stars: ✭ 66 (-2.94%)
Mutual labels:  cuda
Cudadtw
GPU-Suite
Stars: ✭ 63 (-7.35%)
Mutual labels:  cuda

Deep Joint Image Filtering

MatConvNet implementation of our ECCV16 paper on joint image filtering.

Prerequisites

  • Tested on Linux or Windows
  • Matlab R2015b
  • MatConvNet
> matlab/vl_setupnn.m
> matlab/vl_compilenn.m

Training:

Generate the training data (nearly the same way used in SRCNN).

> examples/Train/generate_trainingdata.m

Or please download the training data (for 8x depth upsampling) and put it under the examples/Train/TrainingData/ folder.

> examples/Train/demo_train.m

Testing:

We provide our models for two tasks, i.e., depth map upsampling and Flash/Non-flash image noise reduction.

> examples/Test/cnn_test_upsampling.m
> examples/Test/cnn_test_noise_reduction.m

Note

For training with GPU, please uncomment line 215-217 and 222-223 in matlab/simplenn.m and then re-compile.

> vl_setupnn.m
> vl_compilenn('enableGpu', true)

Citation

@inproceedings{DJF-ECCV-2016,
    author = {Li, Yijun and Huang, Jia-Bin and Ahuja Narendra and Yang, Ming-Hsuan},
    title = {Deep Joint Image Filtering},
    booktitle = {European Conference on Computer Vision},
    year = {2016}
}

Acknowledgement

We express gratitudes to SRCNN as we benefit a lot from both their paper and codes.

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].