Skip to content

Releases: kaanaksit/odak

Odak 0.2.5

19 Dec 21:42
Compare
Choose a tag to compare

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

Full Changelog: 0.2.4...0.2.5

Odak 0.2.4

12 Sep 21:58
Compare
Choose a tag to compare

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

Full Changelog: 0.2.3...0.2.4

Odak 0.2.3

19 Apr 21:15
Compare
Choose a tag to compare

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

09 Feb 09:51
Compare
Choose a tag to compare

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

02 Dec 11:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

Odak 0.2.0

08 May 10:01
Compare
Choose a tag to compare

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

24 Sep 13:54
Compare
Choose a tag to compare
  • Odak.learn.perception submodule is introduced.
  • Custom kernels in holographic light transport is supported.
  • Test scripts revised.
  • Cosmetic changes.
  • Documentation initiated.