PodYapolsky commited on
Commit
8e755a8
·
verified ·
1 Parent(s): d6cd6eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -3039,13 +3039,13 @@ pretty_name: Logotype Detection
3039
  size_categories:
3040
  - 100K<n<1M
3041
  ---
3042
- # Dataset Card for Dataset Name
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,16 +3064,17 @@ Provide the basic links for the dataset.
3064
  - **Demo [optional]:** [More Information Needed]
3065
  -->
3066
 
3067
- <!-- ## Uses
3068
 
3069
- Address questions around how the dataset is intended to be used.
3070
 
3071
- ### Direct Use
 
3072
 
3073
- This section describes suitable use cases for the dataset.
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.