nghorbani / soma

Solving Optical MoCap Automatically
Other
183 stars 36 forks source link

No body dataset #5

Closed xueyang1823 closed 2 years ago

xueyang1823 commented 2 years ago

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 .

vigneshrk29 commented 2 years ago

Hi xueyang1823,

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

Thanks, Vignesh

xueyang1823 commented 2 years ago

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.

vigneshrk29 commented 2 years ago

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

whl-007 commented 10 months ago

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()