Update README.md
Browse files
README.md
CHANGED
@@ -3039,13 +3039,13 @@ pretty_name: Logotype Detection
|
|
3039 |
size_categories:
|
3040 |
- 100K<n<1M
|
3041 |
---
|
3042 |
-
# Dataset Card for
|
3043 |
|
3044 |
LogoDet-3K dataset aims on logotype (image) detection task.
|
3045 |
|
3046 |
-
## Dataset Details
|
3047 |
|
3048 |
-
|
3049 |
|
3050 |
LogoDet-3K consists of thousand images with brands' logotypes and their bounding boxes. This dataset aims to help train logotype detection models.
|
3051 |
|
@@ -3064,16 +3064,17 @@ Provide the basic links for the dataset.
|
|
3064 |
- **Demo [optional]:** [More Information Needed]
|
3065 |
-->
|
3066 |
|
3067 |
-
|
3068 |
|
3069 |
-
|
3070 |
|
3071 |
-
|
|
|
3072 |
|
3073 |
-
|
3074 |
-
|
3075 |
-
[More Information Needed]
|
3076 |
|
|
|
3077 |
### Out-of-Scope Use
|
3078 |
|
3079 |
This section addresses misuse, malicious use, and uses that the dataset will not work well for.
|
|
|
3039 |
size_categories:
|
3040 |
- 100K<n<1M
|
3041 |
---
|
3042 |
+
# Dataset Card for LogoDet-3K
|
3043 |
|
3044 |
LogoDet-3K dataset aims on logotype (image) detection task.
|
3045 |
|
3046 |
+
<!-- ## Dataset Details -->
|
3047 |
|
3048 |
+
## Dataset Description
|
3049 |
|
3050 |
LogoDet-3K consists of thousand images with brands' logotypes and their bounding boxes. This dataset aims to help train logotype detection models.
|
3051 |
|
|
|
3064 |
- **Demo [optional]:** [More Information Needed]
|
3065 |
-->
|
3066 |
|
3067 |
+
## Dataset Usage
|
3068 |
|
3069 |
+
You can download this dataset by the following command (make sure that you have installed [Huggingface Datasets](https://huggingface.co/docs/datasets/quickstart)):
|
3070 |
|
3071 |
+
```python
|
3072 |
+
from datasets import load_dataset
|
3073 |
|
3074 |
+
dataset = load_dataset("PodYapolsky/LogoDet-3K")
|
3075 |
+
```
|
|
|
3076 |
|
3077 |
+
<!--
|
3078 |
### Out-of-Scope Use
|
3079 |
|
3080 |
This section addresses misuse, malicious use, and uses that the dataset will not work well for.
|