Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ 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 |
-
### Install Hugging Face datasets package
|
90 |
```sh
|
91 |
pip install datasets
|
92 |
```
|
|
|
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 |
```
|