-
Updated
Nov 1, 2019 - Python
image-reconstruction
Here are 77 public repositories matching this topic...
-
Updated
Apr 2, 2020
-
Updated
Jan 21, 2019 - Python
-
Updated
Jun 14, 2020 - Python
MS-SSIM be Nan
-
Updated
Oct 18, 2019 - Python
-
Updated
Aug 2, 2019 - Jupyter Notebook
-
Updated
Jun 20, 2020 - C
-
Updated
Jun 14, 2020 - Python
updating scatter
Following on from #44, there's a number of things that should be improved.
Easy enough:
- more documentation
- downsampling on activity and attenuation image should be made default in
ScatterSimulation - enabling of FBP recons (for scanners without gaps)
- rename some classes to include the PET name (as wouldn't work for SPECT etc)
- add a simple test for
ScatterEstimation - don't har
-
Updated
Jan 20, 2018 - Jupyter Notebook
The next generation autograd is now called jax, and is built by the same guys who built autograd + more, with a somewhat nicer API. One other attractive feature is the ability to JIT compile functions to CPU, GPU and TPU!
As such, I'd like to propose switching over from autograd to jax in requirements.txt. Naturally, this is just a suggestion; I simply thought I'd check out the repo having
-
Updated
Jun 24, 2020 - Julia
-
Updated
Jan 31, 2019 - Python
As tests are an essential part, it needs to be documented how to add them. Structure could be
- Overview of testing strategy
CMake, Travis - Adding new tests
a. C++
b. Python
c. MATLAB - Brief info on Travis
I think some of the generic text can just be copied from the SIRF paper. In any case, keep this brief!
-
Updated
Dec 11, 2018 - Python
-
Updated
Dec 7, 2016 - Jupyter Notebook
Implement OPTICS
OPTICS (Ordering Points To Identify the Clustering Structure) is a clustering algorithm similar to DBSCAN. DBSCAN's major weakness is density tuning. OPTICS attempts to address this issue by ordering points and choosing the best epsilon.
We currently have an incomplete OPTICS implementation at [utils/clust
Test coverage
-
Updated
Jul 19, 2018 - Python
-
Updated
Jun 15, 2020 - C
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 24, 2020 - MATLAB
-
Updated
Jul 31, 2019 - MATLAB
-
Updated
Dec 30, 2017 - Processing
-
Updated
Sep 6, 2019 - MATLAB
-
Updated
Apr 2, 2018 - MATLAB
-
Updated
Aug 6, 2019 - MATLAB
-
Updated
Apr 22, 2020 - MATLAB
Improve this page
Add a description, image, and links to the image-reconstruction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-reconstruction topic, visit your repo's landing page and select "manage topics."
@aiff22 Hi,
I try to train with my own data, but when level1 and level0, the MS-SSIM loss be Nan (actually MS-SSIM loss is not used at level1).
So I run the training code in debug mode, I found that, in some case, the SSIM could be negative.
I found the code of MS-SSIM implements at jorge-pessoa/pytorch-msssim and discussions about this problem