Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ dataset_info:
|
|
| 49 |
<p align="center">
|
| 50 |
<a href="https://link.springer.com/chapter/10.1007/978-3-031-41734-4_27">
|
| 51 |
<img src="https://img.shields.io/badge/Paper-Springer-blue?logo=book" alt="Paper">
|
| 52 |
-
</a><a href="https://huggingface.co/datasets/omoured/line-graphics-dataset">
|
| 53 |
<img src="https://img.shields.io/badge/Dataset-HuggingFace-orange?logo=huggingface" alt="Dataset">
|
| 54 |
</a>
|
| 55 |
</p>
|
|
@@ -88,7 +88,7 @@ class_id_mapping = {
|
|
| 88 |
- **instances** - contains **N** number of COCO format instances. Check the sample visulization code below.
|
| 89 |
|
| 90 |
## Sample Usage
|
| 91 |
-
[optional] install
|
| 92 |
|
| 93 |
```python
|
| 94 |
from datasets import load_dataset
|
|
|
|
| 49 |
<p align="center">
|
| 50 |
<a href="https://link.springer.com/chapter/10.1007/978-3-031-41734-4_27">
|
| 51 |
<img src="https://img.shields.io/badge/Paper-Springer-blue?logo=book" alt="Paper">
|
| 52 |
+
</a><a href="https://huggingface.co/datasets/omoured/line-graphics-dataset/tree/main">
|
| 53 |
<img src="https://img.shields.io/badge/Dataset-HuggingFace-orange?logo=huggingface" alt="Dataset">
|
| 54 |
</a>
|
| 55 |
</p>
|
|
|
|
| 88 |
- **instances** - contains **N** number of COCO format instances. Check the sample visulization code below.
|
| 89 |
|
| 90 |
## Sample Usage
|
| 91 |
+
[optional] install `pycocotools` to rendeder masks with below code.
|
| 92 |
|
| 93 |
```python
|
| 94 |
from datasets import load_dataset
|