-
Notifications
You must be signed in to change notification settings - Fork 30
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
00ada6c
commit c76e0a8
Showing
4 changed files
with
37 additions
and
4 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 |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# AutoLens | ||
Automated lens design from flat planes. | ||
|
||
Automated lens design from scratch. | ||
|
||
##### How to run | ||
|
||
1. clone or download this repo | ||
2. run ```python auto_lens_design.py``` | ||
|
||
|
||
##### Lens Design Examples | ||
|
||
1. A video of automated design of a FoV 80deg, F/2.0, 4.55mm focal length. | ||
|
||
<div style="text-align:center;"> | ||
<img src="imgs/lens_design.gif" alt="AutoLens" style="width:450px; height:400px;"/> | ||
</div> | ||
|
||
1. 20 random automated lens design results for FoV 80deg, F/2.0, 4.55mm focal length. | ||
|
||
<div style="text-align:center;"> | ||
<img src="imgs/lens_design.png" alt="AutoLens" style="width:800px; height:550px;"/> | ||
</div> | ||
|
||
##### If you find this repo helpful, please cite our paper: | ||
|
||
``` | ||
@article{yang2023curriculum, | ||
title={Curriculum learning for ab initio deep learned refractive optics}, | ||
author={Yang, Xinge and Fu, Qiang and Heidrich, Wolfgang}, | ||
journal={arXiv preprint arXiv:2302.01089}, | ||
year={2023} | ||
} | ||
``` |
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
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.