pixelite1201 / BEDLAM

206 stars 19 forks source link

Possibility to download a subset #8

Closed YuxuanSnow closed 12 months ago

YuxuanSnow commented 1 year ago

Hi!

great work! Congratulate!

I wonder if we can download the paired training data (images, masks, depth maps) in small subsets? Downloading directly the whole data (6TB) requires a lot of disk space, which is limited in our setting.

Thanks!

tpsmpi commented 12 months ago

The 30fps data (images, masks, depth) download script release (be_imagedata_download.zip) contains config file b0.txt which specifies which render subsets will be downloaded. You can remove unwanted entries to reduce download size.

Also for each render subset the png and depth data is split up into 5 tar archives. You can change download script to only download first instead of all five (see archive_ids).

YuxuanSnow commented 12 months ago

Many thanks for the answer!