Datasets:

Modalities:
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
pumilionusmimimum commited on
Commit
4c5e6c6
·
verified ·
1 Parent(s): 1427845

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # MultiEgoView
2
  This repository contains the real world data from MultiEgoView a dataset generated with EgoSim:
3
 
@@ -14,5 +22,4 @@ This repository contains the real world data from MultiEgoView a dataset generat
14
 
15
  An example dataloader for the real world data can be found in `code/example_dataloader`. The dataloader uses the huggingface dataset and can be used for action classification. The huggingface dataset can be wrapped by any frameworks dataset. For fast loading additional preprocessing might be required, e.g. smaller video snippets of equal length or padding.
16
 
17
- The synthetic data is stored as individual image frames. While this format is ideal for preserving high-fidelity visual information, it is inefficient in terms of memory usage and access speed, especially when used for video classification or regression tasks in machine learning. To address this, we provide a conversion script (`code/dataset_convert.py`) that transforms the EgoSimData into more efficient formats such as MP4 or HDF5.
18
-
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - video
5
+ - computervision
6
+ - poseestimation
7
+ - egocentric
8
+ ---
9
  # MultiEgoView
10
  This repository contains the real world data from MultiEgoView a dataset generated with EgoSim:
11
 
 
22
 
23
  An example dataloader for the real world data can be found in `code/example_dataloader`. The dataloader uses the huggingface dataset and can be used for action classification. The huggingface dataset can be wrapped by any frameworks dataset. For fast loading additional preprocessing might be required, e.g. smaller video snippets of equal length or padding.
24
 
25
+ The synthetic data is stored as individual image frames. While this format is ideal for preserving high-fidelity visual information, it is inefficient in terms of memory usage and access speed, especially when used for video classification or regression tasks in machine learning. To address this, we provide a conversion script (`code/dataset_convert.py`) that transforms the EgoSimData into more efficient formats such as MP4 or HDF5.