harpreetsahota commited on
Commit
8740c41
·
verified ·
1 Parent(s): 14707e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -46,7 +46,7 @@ dataset_summary: >
46
 
47
  # Note: other available arguments include 'max_samples', etc
48
 
49
- dataset = load_from_hub("pjramg/GMNCSA24-FO")
50
 
51
 
52
  # Launch the App
@@ -57,7 +57,7 @@ dataset_summary: >
57
  license: mit
58
  ---
59
 
60
- # Dataset Card for 2025.01.16.10.33.04
61
 
62
  This dataset is a modified version of the GMNCSA24 dataset, tailored for video classification tasks focusing on Activities of Daily Living (ADL) and fall detection in older populations. It is designed to support research in human activity recognition and safety monitoring. The dataset includes annotated video samples for various ADL and fall scenarios, making it ideal for training and evaluating machine learning models in healthcare and assistive technology applications.
63
 
@@ -84,7 +84,7 @@ from fiftyone.utils.huggingface import load_from_hub
84
 
85
  # Load the dataset
86
  # Note: other available arguments include 'max_samples', etc
87
- dataset = load_from_hub("pjramg/GMNCSA24-FO")
88
 
89
  # Launch the App
90
  session = fo.launch_app(dataset)
 
46
 
47
  # Note: other available arguments include 'max_samples', etc
48
 
49
+ dataset = load_from_hub("Voxel51/GMNCSA24-FO")
50
 
51
 
52
  # Launch the App
 
57
  license: mit
58
  ---
59
 
60
+ # Dataset Card for Elderly Action Recognition Challenge
61
 
62
  This dataset is a modified version of the GMNCSA24 dataset, tailored for video classification tasks focusing on Activities of Daily Living (ADL) and fall detection in older populations. It is designed to support research in human activity recognition and safety monitoring. The dataset includes annotated video samples for various ADL and fall scenarios, making it ideal for training and evaluating machine learning models in healthcare and assistive technology applications.
63
 
 
84
 
85
  # Load the dataset
86
  # Note: other available arguments include 'max_samples', etc
87
+ dataset = load_from_hub("Voxel51/GMNCSA24-FO")
88
 
89
  # Launch the App
90
  session = fo.launch_app(dataset)