Datasets:
Add dataset information
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- config_name: v1
|
4 |
data_files:
|
5 |
- split: train
|
@@ -15,4 +21,47 @@ configs:
|
|
15 |
license: mit
|
16 |
task_categories:
|
17 |
- image-to-image
|
18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: v2
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: v2/train_color.h5
|
7 |
+
- split: test
|
8 |
+
path: v2/val_color.h5
|
9 |
- config_name: v1
|
10 |
data_files:
|
11 |
- split: train
|
|
|
21 |
license: mit
|
22 |
task_categories:
|
23 |
- image-to-image
|
24 |
+
---
|
25 |
+
|
26 |
+
# scnn-watermark-removal dataset for classified house cleaning ads
|
27 |
+
|
28 |
+
| name | tn | ts | val | size | scales\* | augm\*\* | release |
|
29 |
+
| ---- | --- | ---- | --- | ----- | -------- | -------- | ---------- |
|
30 |
+
| test | *1* | 77 | 1 | 69 | 4 | yes | 2024-12-01 |
|
31 |
+
| v1 | 477 | 9048 | 50 | 7,575 | ? | no | 2024-12-01 |
|
32 |
+
| v2 | 48 | 2179 | 4 | 1,732 | 4 | no | 2024-12-01 |
|
33 |
+
| v3 | 48 | 876 | 6 | 723 | 1 | no | 2024-12-01 |
|
34 |
+
|
35 |
+
*\* 1: \[1]; 4: \[1, 0.9, 0.8, 0.7]*
|
36 |
+
*\*\* # of augmentations performed on each patch*
|
37 |
+
|
38 |
+
## Dataset Composition
|
39 |
+
|
40 |
+
**Source Portals:**
|
41 |
+
|
42 |
+
* ME Medellín
|
43 |
+
* MR Colombia
|
44 |
+
* KM Germany
|
45 |
+
* OL International
|
46 |
+
|
47 |
+
**Exclusion Criteria:** 
|
48 |
+
|
49 |
+
* Watermark present
|
50 |
+
* One dimension below 250 px
|
51 |
+
|
52 |
+
**Post Processing:**
|
53 |
+
|
54 |
+
* For most datasets width has been downsized to 460 px while maintaining aspect ratio
|
55 |
+
|
56 |
+
### Total Collection (2024-12-01)
|
57 |
+
|
58 |
+
| <u>Source</u> | <u># Samples</u> |
|
59 |
+
| -------------------- | ---------------- |
|
60 |
+
| **ME Medellín** | 276 |
|
61 |
+
| **MR Colombia** | 1,154 |
|
62 |
+
| **KM Germany** | 46 |
|
63 |
+
| **OL International** | 153 |
|
64 |
+
|
65 |
+
### mini\_test
|
66 |
+
|
67 |
+
\* train picture not suited for real training. The purpose of this version is to test if the actual training will work
|