ethanweber / sitcoms3D

Code for "The One Where They Reconstructed 3D Humans and Environments in TV shows" appearing in ECCV 2022.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about SMPL data

sghong977 opened this issue · comments

Hi, I'm trying your method on the custom dataset, but I have a problem to get human_data and human_pairs.
Did you implement multi-shot human reconstruction by extending SPIN (https://github.com/nkolot/SPIN)?
I wonder if you have a plan to share the code of calibrated multi-shot human reconstruction.

Hi @sghong977, we don't use SPIN but use SMPLify. We don't plan to release the code for this at the moment, but creating a tool to scale our method on any videos would be an incredible contribution. Our method is documented in detail in the paper if you want to replicate that portion of the paper. Thank you for the question!