Skip to content

ihp-lab/egovox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

EgoVox

This is a dataset created for data augmentation for egocentric social role understanding, in the following paper.

  • Minh Tran, Yelin Kim, Che-Chun Su, Min Sun, Cheng-Hao Kuo, Mohammad Soleymani. Exo2Ego: A Framework for Adaptation of Exocentric Video Masked Autoencoder for Egocentric Social Role Understanding, ECCV 2024

The dataset was created by IHP-lab.

You can download the data here.

Our data synthesis code is adapted from TriPlaneNet. We organize our EgoVox zipped data as follow:

├── EgoVox
│   ├── EgoVox_original_frames
│   │   ├── id01187_Jcfm89ldSr8_00045
│   │   │   ├── 0.jpg
│   │   │   ├── ...
│   │   ├── ...
│   ├── EgoVox_synthesized
│   │   ├── id01187_Jcfm89ldSr8_00045
│   │   │   ├── synthesized_0
│   │   │   │   ├── 0.jpg
│   │   │   │   ├── ...
│   │   │   ├── ...
│   │   ├── ...
│   ├── EgoVox_parse
│   │   ├── id01187_Jcfm89ldSr8_00045
│   │   │   ├── 0.npy
│   │   │   ├── ...
│   │   ├── ...
│   ├── EgoVox_train.pkl
│   ├── EgoVox_train.pkl

The data is released under USC Research License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published