[go: up one dir, main page]

Menu

[r353]: / trunk / TODO.org  Maximize  Restore  History

Download this file

62 lines (57 with data), 2.5 kB

 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#+STARTUP: indent
* bugs
** DONE conjugate kernel implementation in deconvolution (separated/non-sep)
** SR not reproducible ... why?
** Still bugged: kernel size X != kernel size Y (numeric artifacts?)
** TC deconvolution for non-sep kernels, probably permanently
* documentation
** examples: cocolib++ and MATLAB, reasoning for cocolib++
** document all examples with images
* restructuring (before adding more stuff)
** DONE Centralize CUDA stuff
*** Only in compute_api implementation, everything else pure C++
*** Preparation for alternate paths
*** Required for more regularizers / data terms, otherwise duplicate work
** DONE Convert everything in cocolib++ outside compute_api from .cu to .cpp
** TODO Move kernels to new kernel framework
*** DONE new deconvolution functions
*** rest of algebra kernels
* OpenCL codepath
** DONE becomes possible after restructuring is complete
** DONE works now up to deconvolution, tgv_2
** DONE test framework for basic cocolib++ functions
* release 6
** main missing documentation (examples)
*** can be done one by one after release
** remove deprecated codepaths in vtv / cocolib examples?
*** move to next release when more data terms work
** remaining data terms for VTV examples
*** check SR dependencies (in particular ligtht field suite)
* cocolib++
** More algorithms in new framework:
*** FISTA
*** Specialized ROF solvers: FGP, Chambolle orig./projected
** More regularizers in new framework:
*** How to transfer the multilabel stuff?
** More data terms in new framework:
*** Inpainting
*** Zooming
*** Super-resolution
** Comparison framework for convergence speed
*** global objective tests of everything implemented (script in MATLAB?)
*** Submission? At least white paper + documentation.
** simpler use of configuration options (without needing to declare everything in config.h)
*** Use parameters already configured in regularizer / data term
*** Display parameter help text when running program with -help option
** Once enough there, make huge cut (release 7?)
* matlab_interface
** Comparison framework? See above.
** Multilabel stuff? Fix in cocolib++ first.
* lightfield_analysis
** Leave at old interface, or move to new one?
** Maybe move to new project? Deprecate older stuff.
* move release cycle to new interface only
** Clean out deprecated code
*** At one point, cut out TC and VML stuff or move to subproject
* release 7
** move to cocolib++ only after full restructuring