Releases: vccimaging/DeepLens
Releases · vccimaging/DeepLens
DeepLens v2.0.1
Flattent the deeplens structure, now deeplens repo only focuses on differentiable optics simulation, while the end-to-end imaging pipeline is removed to End2EndImaging github repo.
DeepLens v1.5.2
What's Changed
- Enhance aspheric surface management and optimize lens design by @singer-yang in #111
- Refactor evaluation and optics APIs with enhanced documentation by @singer-yang in #112
Full Changelog: v1.5.1...v1.5.2
DeepLens v1.5.1
What's Changed
- Optimize performance across surface computations and tensor operations by @singer-yang in #110
Full Changelog: v1.5.0...v1.5.1
DeepLens v1.5.0
What's Changed
- Redesign docs around decoupled optics/sensor/network architecture by @Copilot in #107
- Code restructure, decouple optics, sensor, and network by @singer-yang in #108
- Fix, lens design and visualization pipeline by @singer-yang in #109
Full Changelog: v1.4.0...v1.5.0
DeepLens v1.3.4
What's Changed
- Optimize raytracing core: device allocation, sqrt avoidance, polynomial eval by @ejin-photonium in #101
- Align lens documentation with current API defaults and examples by @Copilot in #104
- Fix RMS spot size calculation order by @ejin-photonium in #105
- [Fix] Image simulation bugs by @singer-yang in #103
New Contributors
- @ejin-photonium made their first contribution in #101
- @Copilot made their first contribution in #104
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- [Feat] psf rgbd conv disparity interpolation by @singer-yang in #100
Full Changelog: v1.3.1...v1.3.3
DeepLens v1.3.1
What's Changed
- [Code clean] Code format by @singer-yang in #96
- [Fix] RGBSensor nbit max by @BecIcan in #98
- [Fix] sensor resolution and size unit bug by @singer-yang in #97
- [Fix, Feat] psf center by @singer-yang in #99
Full Changelog: v1.3.0...v1.3.1
DeepLens v1.3.0
What's Changed
- [Fix] Huygens PSF by @singer-yang in #93
- [Fix] MPS compatibility issues and invalid demosaic method by @BecIcan in #94
- [Fix] Wavlength error in Cauchy dispersion equation
- [Demo] Multi order diffraction by @singer-yang in #95
DeepLens v1.2.0
- Add Huygens PSF
- Refine Monte Carlo functions and test functions
DeepLens v1.1.0
- Improve and refine ISP functions.
- Add a comprehensive test plan for the deeplens code.