WTP Dataset Destroyer
April 20, 2025 ยท View on GitHub
A tool for creating paired image datasets with configurable degradation Degradations. Perfect for training image restoration and enhancement models.
Documentation
Requirements install
pip install -r requirements.txt
# or
python3 -m pip install -r requirements.txt
Basic Setup
Degradations
- Blur
- Canny
- Color
- Compress
- Dithering
- Halo
- Noise
- Pixelate
- Resize
- Saturation
- Screentone
- Shift
- Sin
- Subsampling
- And Or operations
Development
TODO:
- Add more degradation Degradations
Credits:
- Resize is implemented through chainner rs
- Compression based on Kim2091's implementation