jjldo21 commited on
Commit
c79f25e
1 Parent(s): f99cefc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -84,4 +84,10 @@ The **IndustrialDetectionStaticCameras** dataset is divided into five primary fi
84
 
85
  `<object_type> <truncation> <occlusion> <alpha> <left> <top> <right> <bottom> <height> <width> <length> <x> <y> <z> <rotation_y>`,
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-.
 
 
 
 
 
 
 
84
 
85
  `<object_type> <truncation> <occlusion> <alpha> <left> <top> <right> <bottom> <height> <width> <length> <x> <y> <z> <rotation_y>`,
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
92
+ dataset = load_dataset("jjldo21/IndustrialDetectionStaticCameras")
93
+ ```