Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadnkm committed Apr 3, 2021
2 parents 44903d2 + 65a6ab5 commit 5985968
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# Deep Compressive Object Decoder (DCOD)
Reconstruction of in-line holograms merely with a single image.
Reconstruct in-line holograms merely with a single image. In the proposed model, a regularized untrained deep neural network inversely generates and optimizes the object field based on the acquired hologram.

All experiments can be found in the **DCOD_Implementation.ipynb**

## Requirements

To make the workflow expandable and easy to implement, holographic reconstruction algorithms and data processing tools are encapsulated in a python package named ***Fringe*** (https://github.com/farhadnkm/Fringe.Py).

To install this package, run:

```
pip install fringe
```

This project also requires ***tensorflow-addons***.

## Notice:

If you are getting error on hologram import due to LWZ compression, do the following:

```
pip uninstall tifffile
pip install imagecodecs imagecodecs-lite
pip install tifffile
```

0 comments on commit 5985968

Please sign in to comment.