Releases: kaanaksit/odak
Releases · kaanaksit/odak
Odak 0.2.6
What's Changed
- vectorize the function that check triangle intersection by @yaio4109 in #93
- update test file by @AlberTgarY in #94
- fixed kernel transfer function by @David-Morales-Norato in #98
- Add wrapped MSE loss and unit test for loss.py by @AlberTgarY in #100
- Update function "custom" in classical.py by @WeijieXie in #101
- Integrated several loss components. by @yilmazdoga in #102
- Add Color Perception Notes by @gulpinhenry in #103
- adding incoherent angular spectrum method by @KorayKavakli in #104
- Incoherent propagation focal stack for RGBD images by @Kymer0615 in #107
- Edits to Visual Perception Engineering Note by @gulpinhenry in #108
- fix incoherent_focal_stack_rgbd with aperture -> apertures for each o… by @Kymer0615 in #110
- Add the SpecTrack model and unit test by @Kymer0615 in #111
- Add Josef Spjut to citation and thanks by @jspjut in #112
- update yicheng zhan orcid and name by @AlberTgarY in #113
- added Doga's name by @dogadogan in #114
- Updated Visual Perception odak course documentation by @gulpinhenry in #109
- Initialize focal surface light transport model by @CharlieZCJ in #116
- add equations and new graphics to visual perception by @gulpinhenry in #117
- Update Visual Perception course documentation by @gulpinhenry in #118
- Edit to Visual Perception note by @gulpinhenry in #119
New Contributors
- @yaio4109 made their first contribution in #93
- @David-Morales-Norato made their first contribution in #98
- @WeijieXie made their first contribution in #101
- @gulpinhenry made their first contribution in #103
- @jspjut made their first contribution in #112
- @dogadogan made their first contribution in #114
- @CharlieZCJ made their first contribution in #116
Full Changelog: 0.2.5...0.2.6
Odak 0.2.5
What's Changed
- Added Doga Yilmaz to citation and and thanks by @yilmazdoga in #89
- Update CBAM in odak.learn.models.components() by @AlberTgarY in #90
- add generate_2d_dirac_delta function and test by @Kymer0615 in #91
- Implemented positional_encoder module and its test file by @yilmazdoga in #92
New Contributors
- @yilmazdoga made their first contribution in #89
- @AlberTgarY made their first contribution in #90
Full Changelog: 0.2.4...0.2.5
Odak 0.2.4
What's Changed
- U-Net is updated to enable bilinear = False by @aguzel in #68
- unet defaults set to False by @aguzel in #69
- add git branching introduction by @Kymer0615 in #70
- test functions for color conversion RGB to LAB and color map module bug has been fixed. by @aguzel in #79
- RGB to LMS based on HVS class added by @aguzel in #81
- rgb_to_lms is now taking [B x 3 x H x W] by @aguzel in #82
- 3rd Stage added to B x 3 x H x W format for loss calculation by @aguzel in #84
- rgb-->multi_spectrum to LMS added by @aguzel in #85
- rgb_to_lms single function for constant LCD spectrum ditched by @aguzel in #86
- paloss by @liangs111 in #87
New Contributors
- @Kymer0615 made their first contribution in #70
- @liangs111 made their first contribution in #87
Full Changelog: 0.2.3...0.2.4
Odak 0.2.3
What's Changed
- color_conversion.py update by @aguzel in #58
- test color conversion added and color conversion update by @aguzel in #60
- adding weber and michelson contrasts to odak.learn.tools.loss by @KorayKavakli in #61
- residual_attention_layer and components_test by @aguzel in #62
- Multiplane hologram optimizer can optimize amplitude as well as phase. by @KorayKavakli in #63
- self-attention for CV by @aguzel in #64
- self_attention_layer --> non_local_layer, activation func pass removed by @aguzel in #66
- flexible depth Unet by @aguzel in #67
Full Changelog: 0.2.2...0.2.3
Odak 0.2.2
What's Changed
- Correct major axis computation and add equirectangular losses by @drwalton in #56
- Add gen_metamer function to uniform loss by @drwalton in #57
Full Changelog: 0.2.1...0.2.2
Odak 0.2.1
What's Changed
- Pad in metamer generation, correction to pooling region size calculation by @drwalton in #44
- Update link to documentation by @JeanneBeyazian in #45
- Documentation link update by @JeanneBeyazian in #46
- Update citations & thanks by @JeanneBeyazian in #47
- grad_fn= issue solved by @aguzel in #48
- citations, thanks - Ahmet Hamdi Guzel added. by @aguzel in #49
- u -> ü by @aguzel in #50
- Add code to check inputs to all loss functions are valid by @drwalton in #51
- fix in bandlimited angular spectrum by @KorayKavakli in #54
New Contributors
- @JeanneBeyazian made their first contribution in #45
- @aguzel made their first contribution in #48
Full Changelog: 0.2.0...0.2.1
Odak 0.2.0
What's Changed
- Add documentation for perception module by @drwalton in #32
- Updating all perception documentation to use mkdocstrings by @drwalton in #33
- add zero pad option to TR Fresnel and cutsom for odak.learn.wave by @KorayKavakli in #34
- add a phase gradient regularization and speckle contrast regularization by @zhurz21 in #35
- adding Angular Spectrum Method by @KorayKavakli in #39
New Contributors
Full Changelog: 0.1.9...0.2.0
Odak 0.1.9
- Odak.learn.perception submodule is introduced.
- Custom kernels in holographic light transport is supported.
- Test scripts revised.
- Cosmetic changes.
- Documentation initiated.