Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix wrapper build | Edoardo Pasca | 2018-02-20 | 1 | -31/+35 |
| | |||||
* | ROF_TV modified and GPU code added, all cython related files updated, but ↵ | Daniil Kazantsev | 2018-02-20 | 2 | -46/+73 |
| | | | | not testes | ||||
* | added ROF_TV regularizer to library and wrapper | Edoardo Pasca | 2018-02-20 | 1 | -0/+84 |
| | |||||
* | removed and renamed a few things | Edoardo Pasca | 2018-02-20 | 5 | -1251/+1 |
| | |||||
* | GPU regularizers fixed, the demo runs smoothly | Daniil Kazantsev | 2018-02-09 | 2 | -44/+48 |
| | |||||
* | some corrections in GPU-reg demos | algol | 2018-02-09 | 1 | -4/+17 |
| | |||||
* | Update meta.yaml | vais-ral | 2018-02-07 | 1 | -6/+4 |
| | | | Removed python explicit version dependency | ||||
* | Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TV | algol | 2018-02-06 | 2 | -32/+50 |
| | |||||
* | added test_gpu_regularizer.py in test | Edoardo Pasca | 2018-01-30 | 1 | -0/+131 |
| | |||||
* | fix GPU regularizer | Edoardo Pasca | 2018-01-30 | 2 | -21/+21 |
| | |||||
* | Merge branch 'gpu' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction ↵ | Edoardo Pasca | 2018-01-29 | 1 | -2/+2 |
|\ | | | | | | | into gpu | ||||
| * | fixed Wrapper Build for linux | Edoardo Pasca | 2018-01-29 | 1 | -2/+2 |
| | | |||||
* | | added demo directory | Edoardo Pasca | 2018-01-29 | 1 | -0/+442 |
|/ | |||||
* | removed initial lib from library name (unix) | Edoardo Pasca | 2018-01-29 | 1 | -7/+16 |
| | |||||
* | added CMakeLists.txt for Python Wrapper | Edoardo Pasca | 2018-01-29 | 1 | -0/+110 |
| | |||||
* | finds boost libraries during wrappers build (win) | Edoardo Pasca | 2018-01-29 | 7 | -35/+45 |
| | | | | | finds and set the correct name for the boost libraries. Builds GPU wrapper if CUDA is found. | ||||
* | minor changes to test | Edoardo Pasca | 2018-01-29 | 1 | -51/+47 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into gpu | Edoardo Pasca | 2018-01-29 | 2 | -1/+108 |
|\ | |||||
| * | ROF TV regularizer added #22 | Daniil Kazantsev | 2018-01-26 | 2 | -1/+108 |
| | | |||||
* | | renamed fista_module_gpu to gpu_regularizers.pyx | Edoardo Pasca | 2018-01-29 | 4 | -1/+447 |
| | | | | | | | | Cleaned test_cpu_regularizers.py | ||||
* | | cython wrapper builds without errors | Edoardo Pasca | 2018-01-26 | 2 | -156/+167 |
| | | | | | | | | TODO: test | ||||
* | | added NML but commented out | Edoardo Pasca | 2018-01-26 | 1 | -43/+149 |
| | | |||||
* | | Merge branch 'master' into gpu | Edoardo Pasca | 2018-01-25 | 18 | -2168/+22 |
|\ \ | |||||
| * | | Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction | Edoardo Pasca | 2018-01-25 | 17 | -2168/+11 |
| |\| | |||||
| | * | #15 solves dependencies on core C/CUDA functions for Matlab, all duplicates ↵ | algol | 2018-01-25 | 17 | -2168/+11 |
| | | | | | | | | | | | | deleted | ||||
| * | | added info | Edoardo Pasca | 2018-01-25 | 1 | -0/+11 |
| |/ | |||||
* | | WIP | Edoardo Pasca | 2018-01-25 | 1 | -16/+59 |
| | | |||||
* | | ndarray has ndim not ndims | Edoardo Pasca | 2018-01-25 | 1 | -2/+2 |
| | | |||||
* | | added cython wrapper for gpu regularizers | Edoardo Pasca | 2018-01-25 | 4 | -1/+1271 |
|/ | |||||
* | fixed test_regularizers.py | Edoardo Pasca | 2018-01-25 | 2 | -103/+54 |
| | |||||
* | all Matlab related stuff have been moved to wrappers | Daniil Kazantsev | 2018-01-25 | 34 | -11/+3852 |
| | |||||
* | bugfix | Edoardo Pasca | 2018-01-23 | 1 | -3/+5 |
| | |||||
* | added setup-fista.py | Edoardo Pasca | 2018-01-23 | 1 | -0/+27 |
| | |||||
* | Added all regularizers to test | Edoardo Pasca | 2018-01-23 | 1 | -29/+38 |
| | |||||
* | Fix #13 | Edoardo Pasca | 2018-01-23 | 1 | -8/+18 |
| | | | | | Fixes #13. Bug due to calling list(np::array). For some reasons, it splitted the array (512x512) in 512 arrays of len 512. | ||||
* | removed debugging prints | Edoardo Pasca | 2018-01-23 | 1 | -31/+1 |
| | |||||
* | added debugging prints | Edoardo Pasca | 2018-01-23 | 1 | -3/+23 |
| | |||||
* | Added conda recipe for FISTA | Edoardo Pasca | 2018-01-23 | 9 | -326/+3 |
| | | | | removed dangling files | ||||
* | fixed conda recipes for unix | Edoardo Pasca | 2018-01-23 | 1 | -1/+4 |
| | |||||
* | added filters | Edoardo Pasca | 2018-01-23 | 2 | -0/+334 |
| | |||||
* | debugging #13 | Edoardo Pasca | 2018-01-23 | 1 | -35/+39 |
| | |||||
* | fixed setup.py, bugfixes | Edoardo Pasca | 2018-01-23 | 2 | -8/+19 |
| | |||||
* | work for conda recipes | Edoardo Pasca | 2018-01-23 | 3 | -7/+94 |
| | |||||
* | Merge branch 'pythonize' | Edoardo Pasca | 2018-01-19 | 1 | -2/+14 |
|\ | | | | | | | | | | | Resolved Conflicts: Core/recipe/meta.yaml Wrappers/Python/CMakeLists.txt | ||||
| * | changes with cmake steering conda | Edoardo Pasca | 2018-01-10 | 1 | -2/+15 |
| | | |||||
| * | code refactoring step1 | Edoardo Pasca | 2017-11-10 | 32 | -0/+5923 |
| | |||||
* | code refactoring step1 | Edoardo Pasca | 2018-01-19 | 32 | -0/+5923 |