-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58d5cda
commit b66e629
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
DeepLens is a differentiable ray tracer for End-to-End lens design and differentiable rendering. It is first developed by [Dr. Congli Wang](https://congliwang.github.io/) (previously named **dO**), then optimized and maintained by [Xinge Yang](https://singer-yang.github.io/). | ||
|
||
Welcome to use DeepLens in your research to (1) **build your own pipeline** or (2) **compare it as the baseline.** For assistance, please contact Xinge Yang ([email protected]) | ||
Welcome to use DeepLens in your research to (1) **build your own pipeline** or (2) **compare it as the baseline.** We can provide free code assistance if you plan to use DeepLens in your research, please contact Xinge Yang ([email protected]) for more information. Lens manufacturing service is also avaliable! | ||
|
||
### What is DeepLens | ||
|
||
|
@@ -40,6 +40,15 @@ No optical prior is needed, End-to-End design with purely image reconstruction l | |
<img src="imgs/end2end.gif" alt="End2End" style="height:400px;"/> | ||
</div> | ||
|
||
##### Implicit representation of a specific lens | ||
|
||
A digit-twin network for fast (aberration + defocus) image simulation. | ||
|
||
<div style="text-align:center;"> | ||
<img src="imgs/implicit_net.png" alt="Implicit" style="width:800px;"/> | ||
</div> | ||
|
||
|
||
### How to use | ||
|
||
Here are two methods to use deeplens in your research: | ||
|
@@ -90,10 +99,14 @@ deeplens/ | |
|
||
### Cite: | ||
|
||
Welcome to use DeepLens in your research to (1) **build your own pipeline** or (2) **compare it as the baseline.** If you find DeepLens helpful, please cite our paper. | ||
Welcome to use DeepLens in your research to (1) **build your own pipeline** or (2) **compare it as the baseline.** If you find DeepLens helpful, please cite our papers. | ||
|
||
For lens design and End-to-End lens design: | ||
|
||
<div style="text-align:center;"> | ||
<img src="imgs/paper_deeplens.png" alt="End2End" style="width:800px;"/> | ||
</div> | ||
|
||
``` | ||
@article{yang2023curriculum, | ||
title={Curriculum learning for ab initio deep learned refractive optics}, | ||
|
@@ -105,6 +118,10 @@ For lens design and End-to-End lens design: | |
|
||
For PSF implicit representation: | ||
|
||
<div style="text-align:center;"> | ||
<img src="imgs/paper_dff.png" alt="End2End" style="width:800px;"/> | ||
</div> | ||
|
||
``` | ||
@article{yang2023aberration, | ||
title={Aberration-aware depth-from-focus}, | ||
|
@@ -117,4 +134,4 @@ For PSF implicit representation: | |
|
||
#### License | ||
|
||
`<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" />``</a><br />`This work is licensed under a `<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">`Creative Commons Attribution-NonCommercial 4.0 International License`</a>`. | ||
`<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" />``</a><br />`This work is licensed under a `<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">`Creative Commons Attribution-NonCommercial 4.0 International License `</a>`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.