Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -86,6 +86,11 @@ The **IndustrialDetectionStaticCameras** dataset has been collected in order to
|
|
86 |
|
87 |
where only the fields `<object_type>, <left>, <top>, <right>, <bottom>` and `<rotation_y>` are considered. The `<rotation_y>` field has been used to indicate whether the labelled object is a static object in the scene or not -value `1` represents that object is static and value `0` symbolizes that it is not-.
|
88 |
|
|
|
|
|
|
|
|
|
|
|
89 |
### Download the dataset:
|
90 |
```python
|
91 |
from datasets import load_dataset
|
|
|
86 |
|
87 |
where only the fields `<object_type>, <left>, <top>, <right>, <bottom>` and `<rotation_y>` are considered. The `<rotation_y>` field has been used to indicate whether the labelled object is a static object in the scene or not -value `1` represents that object is static and value `0` symbolizes that it is not-.
|
88 |
|
89 |
+
### Install Hugging Face datasets package
|
90 |
+
```sh
|
91 |
+
pip install datasets
|
92 |
+
```
|
93 |
+
|
94 |
### Download the dataset:
|
95 |
```python
|
96 |
from datasets import load_dataset
|