Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,3 +27,15 @@ configs:
|
|
| 27 |
- split: test
|
| 28 |
path: data/test-*
|
| 29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- split: test
|
| 28 |
path: data/test-*
|
| 29 |
---
|
| 30 |
+
|
| 31 |
+
# Links
|
| 32 |
+
* Paper: https://arxiv.org/pdf/1908.09101v2
|
| 33 |
+
* Repository: https://github.com/Mhaiyang/ICCV2019_MirrorNet
|
| 34 |
+
* Project page: https://mhaiyang.github.io/ICCV2019_MirrorNet/index.html
|
| 35 |
+
* We got our data from: https://github.com/Charmve/Mirror-Glass-Detection
|
| 36 |
+
|
| 37 |
+
# Split info
|
| 38 |
+
We split the train to train and validation with the ratio 80% and 20% respectively. If you want to use the original split, you can just combine train and validation.
|
| 39 |
+
|
| 40 |
+
# License info
|
| 41 |
+
Refer to the project page, original repository, and paper. We retrieve the dataset from third party repository.
|