Giter Club home page Giter Club logo

inverseproblems-finalproject's Introduction

Topics in Inverse Problems (0372-4025) - Final Project

MIT LicenseCompute Code MetricsGitHub last commit

This is a project submitted as a requirement for this course. The course was administered in Spring 2020 in Tel-Aviv University - School of Mathematical Sciences, and taught by Dr. Dmitry Batenkov. This project is a comparison of methods for tomographic reconstruction. This concept is the basis behind CT imaging techniques

Getting Started

The code can be fetched from this repo. Any questions about this project may be sent by mail to 'eladeatah' at mail.tau.ac.il or 'asafabs' at gmail.com or 'tmrlv95' at gmail.com (replace 'at' by @).

Prerequisites

This code was developed for Windows10 OS and tested using the following Python 3.7 and 3.8 dependencies. These dependencies are listed in requirements.txt. All these packages can be installed using the 'pip' package manager (when the command window is in the main directory where requirements.txt is located):

pip install -r requirements.txt

All the packages, except for Sacred, are available as well using 'conda' package manager.

License

This project is licensed under the MIT License - see the LICENSE file for details

References

[1] https://www.sciencedirect.com/science/article/pii/B9780123744579000263.

inverseproblems-finalproject's People

Contributors

redcrow9564 avatar tmrlv95 avatar

Watchers

 avatar  avatar

inverseproblems-finalproject's Issues

Problem running SampleRateExperiment

WARNING: No observers have been added to this run
About to create experiment of type Sample-Rate Experiment on database Shepp-Logan Phantom
Done creating experiment
About to run experiment
ERROR: Failed after 0:01:02!
Traceback (most recent calls WITHOUT Sacred internals):
  File "./main.py", line 119, in main
    experiment_log, output_images = experiment.run()
  File "./Experiments/sample_rate_experiment.py", line 106, in run
    estimated_image: Matrix = solver(downsampled_sinogram,
  File "./Experiments/sample_rate_experiment.py", line 62, in <lambda>
    solver = lambda *args : cached_solver(get_solver(self._solver), *args)
  File "./Experiments/sample_rate_experiment.py", line 329, in cached_solver
    res = solver(*args)
  File "./Solvers/fbp_and_sart.py", line 41, in sart
    sinogram_error: Scalar = np.linalg.norm(R.dot(estimated_image.flatten()) - sinogram.flatten('F'), ord=2)
ValueError: shapes (160,160) and (25600,) not aligned: 160 (dim 1) != 25600 (dim 0)

About to run solver SART
Shape of downsampled sinogram is (160, 160)
Shape of downsampled thetas is (160,)
Hash is 3e9079481462aa39d57f2d8b5f72d550d41fd4d94e275bb67e61d078e3c0153e

Process finished with exit code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.