facebookresearch / hot3d

HOT3D: An egocentric dataset for 3D hand and object tracking
https://facebookresearch.github.io/hot3d/
Apache License 2.0
83 stars 12 forks source link

Checksum not matching for sequence P0005_e8e42ed9 #8

Closed Sid2697 closed 4 months ago

Sid2697 commented 4 months ago

Hello HOT3D Authors,

Thanks for sharing HOT3D with us. I love this dataset, it is amazing!

I am facing an issue when trying to download the entire dataset. The checksum for recording.vrs for sequence P0005_e8e42ed9 does not match. Due to this I am unable to utilise sequence P0005_e8e42ed9. Can you please look into it? I have also attached a screenshot for more details.

image

Regards, Siddhant Bansal

SeaOtocinclus commented 4 months ago

Hello @Sid2697 , Thank you for reporting, I will take a look.

SeaOtocinclus commented 4 months ago

I'm not sure what is happening on your machine, the sequence downloaded without issue for me, and the checksum e20aed42e2119cb3eb4b65c513bdb061fca5fba4 was ok. Can you try the following:

 data_downloader % python3 dataset_downloader_base_main.py -c ./Hot3DAria_download_urls_last.json -o ../dataset --sequence_name P0005_e8e42ed9 --data_types all
Downloading the following sequences: ['P0005_e8e42ed9']
downloading sequence P0005_e8e42ed9 to ../dataset/P0005_e8e42ed9
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmpkdans2td/Hot3DAria_P0005_e8e42ed9_main_recording.vrs
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.59G/1.59G [00:32<00:00, 48.2MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmprslitmi2/Hot3DAria_P0005_e8e42ed9_mps_slam_trajectories.zip
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 28.7M/28.7M [00:00<00:00, 36.2MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmpkezgubko/Hot3DAria_P0005_e8e42ed9_mps_slam_calibration.zip
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 234k/234k [00:00<00:00, 4.13MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmpw_20n0th/Hot3DAria_P0005_e8e42ed9_mps_slam_points.zip
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 413M/413M [00:06<00:00, 62.7MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmpi6o9oncv/Hot3DAria_P0005_e8e42ed9_mps_eye_gaze.zip
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 248k/248k [00:00<00:00, 4.00MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmp415j366p/Hot3DAria_P0005_e8e42ed9_ground_truth.zip
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 390k/390k [00:00<00:00, 4.81MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmphnx5ub4m/Hot3DAria_P0005_e8e42ed9_hand_data.zip
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.37k/1.37k [00:00<00:00, 2.80MiB/s]
Serializing to /var/folders/gf/j34cvzpx21l35qhmphhkyc1r0000gn/T/tmpi8s6g66o/Hot3DAria_P0005_e8e42ed9_mps_slam_summary.zip
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 725/725 [00:00<00:00, 1.56MiB/s]
1 of 1 sequences are successfully downloaded
Sid2697 commented 4 months ago

Hello @SeaOtocinclus, thank you for your quick response! I downloaded new json files and tried downloading the data again. It works. Thanks!