gan-police / frequency-forensics

Deepfake detection using wavelet-packets in PyTorch, European Conference on Machine Learning (ECML PKDD) 2022.
Other
47 stars 9 forks source link

Reduce memory requirements in data preperation step #15

Closed v0lta closed 2 years ago

v0lta commented 2 years ago

Make, https://github.com/gan-police/frequency-forensics/blob/dad3cc17d824537788fdf68cb517bed3d7f2ae6a/src/freqdect/prepare_dataset.py#L449 more memory efficient.

v0lta commented 2 years ago

https://github.com/gan-police/frequency-forensics/commit/efe980489011afb70cee1f3cb4fb3c82e5184c97 does this.

v0lta commented 2 years ago

https://github.com/gan-police/frequency-forensics/pull/20 addressed this problem.