Add task category and GitHub link
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: luminance
|
| 6 |
-
path:
|
| 7 |
- split: chrominance
|
| 8 |
-
path:
|
| 9 |
-
license: cc-by-nc-sa-4.0
|
| 10 |
---
|
|
|
|
| 11 |
# DocQT - Improving Document Forgery Localization Robustness via Diverse JPEG Quantization-Tables
|
| 12 |
|
| 13 |
Repository containing JPEG quantization tables used for the Real-QT protocol.
|
|
@@ -18,6 +21,10 @@ Only header-extracted quantization matrices are provided.
|
|
| 18 |
|
| 19 |
- arXiv: https://arxiv.org/abs/2605.19688
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Hugging Face Dataset
|
| 22 |
|
| 23 |
- Dataset on Hugging Face Hub: https://huggingface.co/datasets/Kyliroco/DocQT
|
|
@@ -124,4 +131,4 @@ with Image.open("input.png") as image:
|
|
| 124 |
)
|
| 125 |
|
| 126 |
# Note: avoid passing a quality value if you want to keep your custom qtables as-is.
|
| 127 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
configs:
|
| 6 |
- config_name: default
|
| 7 |
data_files:
|
| 8 |
- split: luminance
|
| 9 |
+
path: quantification_luminance.json
|
| 10 |
- split: chrominance
|
| 11 |
+
path: quantification_chrominance.json
|
|
|
|
| 12 |
---
|
| 13 |
+
|
| 14 |
# DocQT - Improving Document Forgery Localization Robustness via Diverse JPEG Quantization-Tables
|
| 15 |
|
| 16 |
Repository containing JPEG quantization tables used for the Real-QT protocol.
|
|
|
|
| 21 |
|
| 22 |
- arXiv: https://arxiv.org/abs/2605.19688
|
| 23 |
|
| 24 |
+
## Code
|
| 25 |
+
|
| 26 |
+
- GitHub: https://github.com/Kyliroco/Improving-Document-Forgery-Localization-Robustness-via-Diverse-JPEG-Quantization-Tables
|
| 27 |
+
|
| 28 |
## Hugging Face Dataset
|
| 29 |
|
| 30 |
- Dataset on Hugging Face Hub: https://huggingface.co/datasets/Kyliroco/DocQT
|
|
|
|
| 131 |
)
|
| 132 |
|
| 133 |
# Note: avoid passing a quality value if you want to keep your custom qtables as-is.
|
| 134 |
+
```
|