Commit eefa6fd
committed
chore(release): 2.0.0 [skip ci]
## [2.0.0](1.0.6...2.0.0) (2022-12-12)
### ⚠ BREAKING CHANGES
* **augmentation:** change default N2 noise value for print&scan simulation
* **dataset:** remove automatic bgr to rgb conversion
* **cli:** reset seed before training and before evaluation
* **augmentation:** change signature of augmentation process_element
### Features
* **augmentation:** add grayscale augmentation ([b81d2db](b81d2db))
* **augmentation:** add jpeg and resize augmentations ([5b52035](5b52035))
* **augmentation:** add print&scan augmentation step ([458394b](458394b))
* **augmentation:** add stack config to grayscale step ([a79e642](a79e642))
* **config:** add json metrics file report ([4032d95](4032d95))
* **dataset:** allow for empty test set ([ef11f07](ef11f07))
* **feature-extraction:** add prnu, fourier and wavelets ([4393e3e](4393e3e))
* **loaders:** add cfd/cfdmorph loaders ([4454797](4454797))
* **loaders:** add morph level args to CFDMorph loader ([f273cc5](f273cc5))
* **loaders:** add png and jpg loading for cfd and cfdmorph ([0106e99](0106e99))
* **model:** add feature inception resnet ([d247360](d247360))
* **model:** use 8 instead of 5 decimals in scores ([5b818d4](5b818d4))
* **preprocessing:** add dataset-variant preprocessing ([daa6247](daa6247))
* **preprocessing:** add select channel and color space conversions ([b8795b9](b8795b9))
* **preprocessing:** make maximum value configurable for each channel ([ef58d51](ef58d51))
### Bug Fixes
* **augmentation:** change default N2 noise value for print&scan simulation ([428957d](428957d))
* **augmentation:** make print&scan sigma proportional to image diagonal ([4ce23e1](4ce23e1))
* **callbacks:** fix missing image report if fine tuning ([9b7abb6](9b7abb6))
* **cli:** reset seed before training and before evaluation ([3d8d62b](3d8d62b))
* **dataset:** fix use before assign in offline processing ([677d798](677d798))
* **model:** mitigate memory leak in model evaluation ([a7919b6](a7919b6))
### Code Refactoring
* **augmentation:** change signature of augmentation process_element ([cab004f](cab004f))
* **dataset:** remove automatic bgr to rgb conversion ([5e28a29](5e28a29))1 parent 1043df4 commit eefa6fd
1 file changed
+44
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
1 | 45 | | |
2 | 46 | | |
3 | 47 | | |
| |||
0 commit comments