Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,18 +11,19 @@ tags:
|
|
| 11 |
- fiftyone
|
| 12 |
- image-classification
|
| 13 |
- video
|
| 14 |
-
dataset_summary:
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
-
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 691
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
## Installation
|
| 23 |
|
| 24 |
|
| 25 |
-
If you haven'
|
| 26 |
|
| 27 |
|
| 28 |
```bash
|
|
@@ -44,7 +45,7 @@ dataset_summary: '
|
|
| 44 |
|
| 45 |
# Load the dataset
|
| 46 |
|
| 47 |
-
# Note: other available arguments include '
|
| 48 |
|
| 49 |
dataset = load_from_hub("Voxel51/Safe_and_Unsafe_Behaviours")
|
| 50 |
|
|
@@ -54,8 +55,7 @@ dataset_summary: '
|
|
| 54 |
session = fo.launch_app(dataset)
|
| 55 |
|
| 56 |
```
|
| 57 |
-
|
| 58 |
-
'
|
| 59 |
---
|
| 60 |
|
| 61 |
# Dataset Card for safe_unsafe_behaviours
|
|
@@ -98,8 +98,7 @@ session = fo.launch_app(dataset)
|
|
| 98 |
A high-resolution video dataset of safe and unsafe workplace behaviors collected from security cameras at a production facility, designed for occupational accident prevention research. The dataset contains 691 video clips capturing 8 behavior classes (4 safe, 4 unsafe) that represent common safety compliance scenarios in industrial environments including walkway violations, unauthorized equipment interventions, panel cover states, and forklift load compliance.
|
| 99 |
|
| 100 |
- **Curated by:** Oğuzhan Önal and Emre Dandıl, Department of Computer Engineering, Faculty of Engineering, Bilecik Şeyh Edebali University, Bilecik, Turkey
|
| 101 |
-
- **
|
| 102 |
-
- **Shared by [optional]:** Kafaoğlu Metal Plastik Makine San. ve Tic. A.Ş., Eskişehir, Turkey
|
| 103 |
- **Language(s) (NLP):** en
|
| 104 |
- **License:** CC BY 4.0
|
| 105 |
|
|
@@ -107,7 +106,6 @@ A high-resolution video dataset of safe and unsafe workplace behaviors collected
|
|
| 107 |
|
| 108 |
- **Repository:** https://data.mendeley.com/datasets/xjmtb22pff/1
|
| 109 |
- **Paper:** https://www.sciencedirect.com/science/article/pii/S235234092400756X
|
| 110 |
-
- **Demo [optional]:** [More Information Needed]
|
| 111 |
|
| 112 |
## Uses
|
| 113 |
|
|
|
|
| 11 |
- fiftyone
|
| 12 |
- image-classification
|
| 13 |
- video
|
| 14 |
+
dataset_summary: >
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
+
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 691
|
| 20 |
+
samples.
|
| 21 |
|
| 22 |
|
| 23 |
## Installation
|
| 24 |
|
| 25 |
|
| 26 |
+
If you haven't already, install FiftyOne:
|
| 27 |
|
| 28 |
|
| 29 |
```bash
|
|
|
|
| 45 |
|
| 46 |
# Load the dataset
|
| 47 |
|
| 48 |
+
# Note: other available arguments include 'max_samples', etc
|
| 49 |
|
| 50 |
dataset = load_from_hub("Voxel51/Safe_and_Unsafe_Behaviours")
|
| 51 |
|
|
|
|
| 55 |
session = fo.launch_app(dataset)
|
| 56 |
|
| 57 |
```
|
| 58 |
+
license: cc-by-4.0
|
|
|
|
| 59 |
---
|
| 60 |
|
| 61 |
# Dataset Card for safe_unsafe_behaviours
|
|
|
|
| 98 |
A high-resolution video dataset of safe and unsafe workplace behaviors collected from security cameras at a production facility, designed for occupational accident prevention research. The dataset contains 691 video clips capturing 8 behavior classes (4 safe, 4 unsafe) that represent common safety compliance scenarios in industrial environments including walkway violations, unauthorized equipment interventions, panel cover states, and forklift load compliance.
|
| 99 |
|
| 100 |
- **Curated by:** Oğuzhan Önal and Emre Dandıl, Department of Computer Engineering, Faculty of Engineering, Bilecik Şeyh Edebali University, Bilecik, Turkey
|
| 101 |
+
- **Shared by:** Kafaoğlu Metal Plastik Makine San. ve Tic. A.Ş., Eskişehir, Turkey
|
|
|
|
| 102 |
- **Language(s) (NLP):** en
|
| 103 |
- **License:** CC BY 4.0
|
| 104 |
|
|
|
|
| 106 |
|
| 107 |
- **Repository:** https://data.mendeley.com/datasets/xjmtb22pff/1
|
| 108 |
- **Paper:** https://www.sciencedirect.com/science/article/pii/S235234092400756X
|
|
|
|
| 109 |
|
| 110 |
## Uses
|
| 111 |
|