nghorbani/soma

No body dataset

xueyang1823 opened this issue · 4 comments

Thanks for your amazing work and it is very helpful to me. However, when I try Run SOMA on MoCap Point Cloud Data, I get some problems. Below are the error and the folder it mentions. Thanks a lot
jupyter
1
.

Hi xueyang1823,

How did you fix this error? I am getting the same error

Thanks,
Vignesh

Hi,
I delete the V48_02_SOMA folder and then run the code again. When you have this folder, the code that generates data won't work. Hope this can be helpful.

Thank you. That worked. Stuck in a different error now. Thanks

Thank you. That worked. Stuck in a different error now. Thanks

Did you find another error?I stuck in another error.
soma-main/src/soma/data/body_synthesizer.py in _betas_sampler(self, betas, single_beta_perseq)
117 def _betas_sampler(self, betas, single_beta_perseq=True):
118
--> 119 logger.debug(f'Total beta parameters {len(betas):05d} ')
120
121 def gen_betas(T):

TypeError: object of type 'NoneType' has no len()