-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
31 lines (19 loc) · 1.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
***Code for Fast and Flexible Convolutional Sparse Coding ***
The code in this package contains the core implementations of our paper: F. Heide, W. Heidrich, G. Wetzstein "Fast and Flexible Convolutional Sparse Coding", IEEE Conference on Computer Vision and Pattern Recognition (CVPR Oral) , to appear, 2015
The following features are demonstrated:
1) Learning from dense data --> 'learn_kernels_2D.m'
2) Learning from sparse data --> 'learn_kernels_2D_sparse.m'
3) Reconstruction from sparse data --> 'reconstruct_LMM_2D_sparse.m'
4) Joint boundary estimation --> 'visualize_boundary_inpainting.m'
I have tried to comment every step as good as possible. So most of the code should hopefully be self-explanatory. Do not hesitate to ask me if anything is unclear.
Datasets and third-party code:
We have included the datasets and some image loading files of Matthew Zeiler et al.'s. Adaptive Deconvolutional Networks Toolbox:
Adaptive Deconvolutional Networks for Mid and High Level Feature Learning
Matthew D. Zeiler, Graham W. Taylor, and Rob Fergus
International Conference on Computer Vision (November 6-13, 2011)
The individual code files borrowed can be found in the folder 'image_helpers'.
The datasets can be found in the folder 'datasets'. A precomputed learned filter set is located in 'learned_filters'.
Further questions:
For any further questions send me an email !
Copyright (C) 2015. Felix Heide
Email: fheide@cs.ubc.ca