Skip to content

Releases: StijnvLierop/DeepfakeDetection

v0.24.1

24 Dec 16:59

Choose a tag to compare

v0.24.1 (2025-12-24)

This release is published under the MIT License.


Detailed Changes: v0.24.0...v0.24.1

v0.24.0

24 Dec 15:30

Choose a tag to compare

v0.24.0 (2025-12-24)

This release is published under the MIT License.

Bug Fixes

  • Cnndetect transform function now transforms inputs instead of returning the transform function (881ddda)

  • Sigma variable naming in randomgaussianblur augmentation (0a07380)

Refactoring

  • Change default augmentation params to be same as in cnndetect paper (1853c3d)

  • Transform inputs function now returns function instead of transformed inputs (ab8c545)


Detailed Changes: v0.23.0...v0.24.0

v0.23.0

21 Dec 13:26

Choose a tag to compare

v0.23.0 (2025-12-21)

This release is published under the MIT License.

Features

  • Add evaluator class to quickly calculate metrics (40d6203)

Detailed Changes: v0.22.0...v0.23.0

v0.22.0

20 Dec 20:21

Choose a tag to compare

v0.22.0 (2025-12-20)

This release is published under the MIT License.

Features


Detailed Changes: v0.21.0...v0.22.0

v0.21.0

20 Dec 16:25

Choose a tag to compare

v0.21.0 (2025-12-20)

This release is published under the MIT License.

Features

  • Add support for pytorch training (d1654ae)

Refactoring

Testing


Detailed Changes: v0.20.0...v0.21.0

v0.20.0

13 Dec 16:30

Choose a tag to compare

v0.20.0 (2025-12-13)

Features

  • Move predict function to model class so models only have to implement predict_batch function (d44a078)

Detailed Changes: v0.19.0...v0.20.0

v0.19.0

11 Dec 14:59

Choose a tag to compare

v0.19.0 (2025-12-11)

Features

  • Add first version of npr model (92cc963)

  • Correctly load model weights (d10b652)

Refactoring

  • Add missing dependency and fix module import (ecd30d3)

Detailed Changes: v0.18.0...v0.19.0

v0.18.0

08 Dec 14:56

Choose a tag to compare

v0.18.0 (2025-12-08)

Features


Detailed Changes: v0.17.0...v0.18.0

v0.17.0

08 Dec 14:12

Choose a tag to compare

v0.17.0 (2025-12-08)

Features

  • Add CNNDetect model (ab9ca2c)

  • Add dataset batching and batched model predictions (5807707)

Refactoring


Detailed Changes: v0.16.0...v0.17.0

v0.16.0

07 Dec 09:20

Choose a tag to compare

v0.16.0 (2025-12-07)

Bug Fixes

  • test: Add save method to MockInstance class (1e7c504)

Refactoring

  • Remove dataset saving functionality (d381be6)

  • Remove dnn-cnn denoising model (8ba8042)

  • Remove specific models and configs (2cfe027)

  • Write_predictions_to_file function now only takes predictions and filepath as parameters (86dc7dd)

Testing

  • Remove tests that are not needed anymore (fd6ea70)

Detailed Changes: v0.15.1...v0.16.0