The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image
image | label
class label |
---|---|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
|
0color
|
EgoPAT3Dv2
Dataset introduction
There are 11 scenes contained in the EgoPAT3Dv2 dataset, corresponding to folders 1 through 11. Each scene folder contains 2 to 6 video folders, and each video folder contains an RGB folder, a depth folder, a point cloud folder and a transformation matrices folder. (Please ignore other folders or files inside the zip file.) The annotations (ground truth) and transformation matrices (the same as the transformation matrices above) are included in the annotation_transformation.hdf5 file. We use HDF5 to organize the dataset in the experiment, and the dataloader in the GitHub repo is also written correspondingly.
Dataset folder hierarchy
Dataset/
βββ 1 # scene 1
βββ 1.1.zip -> 1.1 # video 1 in scene 1
βββ d2rgb # depth files
βββ color # rgb files
βββ pointcloud # point cloud files
βββ transformation # transformation matrices
βββ 1.2.zip -> 1.2 # share the same structure as 1.1
βββ ...
βββ 1.4.zip -> 1.4
βββ 2/ # all scene/video directories share the same structure as above
βββ ...
.
.
.
βββ 11
Construct HDF5 dataset file
Since 50GB is the hard limit for single file size in huggingface, please use make_RGB_dataset.py to construct the HDF5 file on your own.
- Download all zipped files. Unzip them and keep RGB("color" in the folder) folder in each video folder only.
- Run
make_RGB_dataset.py
after step 1.
- Downloads last month
- 1,082