PerceivingSystems/bedlam_render

Textures download issue

xnd-r opened this issue · 3 comments

xnd-r commented

Hi,

I'm trying to download clothing textures using clothing_download.sh which I got from the official site.

For some reason, I'm not able to download 4 of 9 archives:

clothing_data_scripts/clothing_textures$ xxhsum -c -H128 checksum.xxh128
clothing_textures.0.tar: OK
clothing_textures.1.tar: OK
clothing_textures.2.tar: OK
clothing_textures.3.tar: FAILED
clothing_textures.4.tar: FAILED
clothing_textures.5.tar: OK
clothing_textures.6.tar: OK
clothing_textures.7.tar: FAILED
clothing_textures.8.tar: FAILED
4 computed checksums did NOT match

clothing_data_scripts/clothing_textures$ du *.tar -h
4.6G    clothing_textures.0.tar
15G     clothing_textures.1.tar
17G     clothing_textures.2.tar
0       clothing_textures.3.tar
0       clothing_textures.4.tar
19G     clothing_textures.5.tar
18G     clothing_textures.6.tar
0       clothing_textures.7.tar
0       clothing_textures.8.tar
Here's the log of unsuccessful downloading of clothing_textures.3.tar

Downloading archive 3 of 9
--2023-07-07 17:51:13--  https://download.is.tue.mpg.de/download.php?domain=bedlam&resume=1&sfile=clothing_data/clothing_textures/clothing_textures.3.tar
Resolving download.is.tue.mpg.de (download.is.tue.mpg.de)... 192.124.27.139
Connecting to download.is.tue.mpg.de (download.is.tue.mpg.de)|192.124.27.139|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: download.php?domain=bedlam&sfile=clothing_data/clothing_textures/clothing_textures.3.tar&resume=1 [following]
--2023-07-07 17:51:13--  https://download.is.tue.mpg.de/download.php?domain=bedlam&sfile=clothing_data/clothing_textures/clothing_textures.3.tar&resume=1
Reusing existing connection to download.is.tue.mpg.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 0 [application/octet-stream]
Saving to: ‘clothing_textures/clothing_textures.3.tar’
clothing_textures/clothing_textures.3.tar
[ <=>                                                                                                                          ]       0  --.-KB/s    in 0s
2023-07-07 17:51:13 (0.00 B/s) - ‘clothing_textures/clothing_textures.3.tar’ saved [0/0]

Is it possible to download the rest archives?

I also noticed, to render bodies using create_level_sequences_csv.py, I need to download meshes for hair:

hair_root = data_root_unreal + "Hair/CC/Meshes/"

How can I get them?

Thanks in advance

gfgb commented

Hi,

The download of the clothing textures should work now, sorry for the inconvenience.
I have also added a manual download option on the website, in case you want to download only the archives that were missing.

For future issues with the BEDLAM clothing data and code, please open an issue in this repo.

xnd-r commented

Thank you, it's working now

Hair: You do not need the commercial hair assets to render bodies with BEDLAM. See 88b656d for details.