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