mirror of
https://github.com/aloshdenny/reverse-SynthID.git
synced 2026-04-30 10:37:49 +02:00
22 lines
284 B
Plaintext
22 lines
284 B
Plaintext
# SynthID Watermark Analysis - Dependencies
|
|
|
|
# Core
|
|
numpy>=1.21.0
|
|
scipy>=1.7.0
|
|
opencv-python>=4.5.0
|
|
|
|
# Wavelet analysis
|
|
PyWavelets>=1.1.1
|
|
|
|
# Machine learning (for ICA)
|
|
scikit-learn>=0.24.0
|
|
|
|
# Image processing
|
|
Pillow>=8.0.0
|
|
|
|
# Visualization
|
|
matplotlib>=3.4.0
|
|
|
|
# Utilities
|
|
tqdm>=4.60.0
|