Skip to content

Commit b66e629

Browse files
committed
[update] readme
1 parent 58d5cda commit b66e629

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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/).
44

5-
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 (xinge.yang@kaust.edu.sa)
5+
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 (xinge.yang@kaust.edu.sa) for more information. Lens manufacturing service is also avaliable!
66

77
### What is DeepLens
88

@@ -40,6 +40,15 @@ No optical prior is needed, End-to-End design with purely image reconstruction l
4040
<img src="imgs/end2end.gif" alt="End2End" style="height:400px;"/>
4141
</div>
4242

43+
##### Implicit representation of a specific lens
44+
45+
A digit-twin network for fast (aberration + defocus) image simulation.
46+
47+
<div style="text-align:center;">
48+
<img src="imgs/implicit_net.png" alt="Implicit" style="width:800px;"/>
49+
</div>
50+
51+
4352
### How to use
4453

4554
Here are two methods to use deeplens in your research:
@@ -90,10 +99,14 @@ deeplens/
9099

91100
### Cite:
92101

93-
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.
102+
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.
94103

95104
For lens design and End-to-End lens design:
96105

106+
<div style="text-align:center;">
107+
<img src="imgs/paper_deeplens.png" alt="End2End" style="width:800px;"/>
108+
</div>
109+
97110
```
98111
@article{yang2023curriculum,
99112
title={Curriculum learning for ab initio deep learned refractive optics},
@@ -105,6 +118,10 @@ For lens design and End-to-End lens design:
105118

106119
For PSF implicit representation:
107120

121+
<div style="text-align:center;">
122+
<img src="imgs/paper_dff.png" alt="End2End" style="width:800px;"/>
123+
</div>
124+
108125
```
109126
@article{yang2023aberration,
110127
title={Aberration-aware depth-from-focus},
@@ -117,4 +134,4 @@ For PSF implicit representation:
117134

118135
#### License
119136

120-
`<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>`.
137+
`<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>`.

imgs/implicit_net.png

468 KB
Loading

imgs/paper_deeplens.png

238 KB
Loading

imgs/paper_dff.png

201 KB
Loading

0 commit comments

Comments
 (0)