paulchhuang / bstro

The official code for BSTRO in paper: Capturing and Inferring Dense Full-Body Human-Scene Contact, CVPR2022
84 stars 7 forks source link

dataset preparation #2

Closed YongtaoGe closed 2 years ago

YongtaoGe commented 2 years ago

Hi, authors. thanks for great work!

Could this repository give more detailed instruction for preparing the proposed dataset RICH and training scripts, so that I can try to train the model?

paulchhuang commented 2 years ago

Hi, thanks for checking the repo!

We will release the full instruction of training within this month, including scripts for training/testing and processed database files (tsv format) for the experiments. Plz stay tuned.

Btw, I remember there was a second post regarding broken downloading links. We looked into that and confirmed the links in the script are correct. Some FAQs for the downloading scripts:

YongtaoGe commented 2 years ago

@paulchhuang Thanks for your kindly reply. I am looking forward to the next version's release.

paulchhuang commented 2 years ago

FYI: the first version of training code is released. Plz follow the instructions here. Sorry for the delay.

YongtaoGe commented 2 years ago

Thanks for great work!