andvg3 / LSDM

Dataset and Code for NeurIPS 2023 paper "Language-driven Scene Synthesis using Multi-conditional Diffusion Model."
https://lang-scene-synth.github.io/
MIT License
47 stars 1 forks source link

About HUMANISE dataset #2

Closed iamyouno closed 3 months ago

iamyouno commented 3 months ago

Hi, I want to train with HUMANISE dataset, and I downloaded dataset from their web site. But it seems to have a different format.

In the code, it seems that data/humanise/objs, data/humanise/train are needed to create class HUMANISE(Dataset):. The humanise datsets I downloaded are in the format below. |- HUMANISE/ |- align_data_release/ |- aling_data_v3/ |- checkpoints/ |- pure_motion/ |- annotation.csv |- motions.zip |- readme.txt

Is there any preprocessing code for HUMANISE data or Can I get your preprocessed-HUMANISE data?

andvg3 commented 3 months ago

Sure. If you or anyone want to access our utilized version of HUMANISE, please send an email to andvg3@gmail.com.

Best regards, An Vuong