Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-segmentation
|
5 |
+
- image-feature-extraction
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- chemistry
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
---
|
13 |
+
|
14 |
+
The dataset consists of CC-BY-4.0 licensed open access papers and the annotations on-top are provided under the same licence. Train, test and validation splits are provided as separate folders containing the image files and a single json file containing the annotations in COCO format.
|
15 |
+
|
16 |
+
The classes are close to the [https://huggingface.co/datasets/yifeihu/TFT-ID-1.0-coco](TFT-ID) dataset and extend into 3 chemistry specific labels. `chem_reaction` contains everything with reaction arrows, `chem_structures` are structural formulas without reactions and `chem_table` is used for tables containing structural formula.
|
17 |
+
|
18 |
+
The dataset is also available on [https://app.roboflow.com/elstner-analytics/ttfc/2](Roboflow), allowing to directly convert the annotatios into different formats.
|