nghorbani / soma

Solving Optical MoCap Automatically
Other
183 stars 36 forks source link

Run-time of using mosh for labelled mocap #24

Open leilaUEA opened 1 year ago

leilaUEA commented 1 year ago

Hi, Is there any solutions to run the program more quickly? I takes a week on my laptop for a 20 minutes mocap recording. Can we use parallel cfg parameters to run the program faster possibly in parallel?

Thank you very much

TnoobT commented 1 year ago

hi, can you solve Converting Output SMPL to the standard SMPL parameters。 i used Rh replace pose[:3] and use Th replace trans, but results seem not correct.

wjrzm commented 8 months ago

Hello, have you solved this problem? I also need a solution to this problem.

whl-007 commented 6 months ago

Hello, have you solved this problem? I also need a solution to this problem.你好,你解决这个问题了吗?我也需要解决这个问题。

Hi,have you solved this problem? I When I run mosh++, I will get an error like the following bug. According to the configuration file in the soma paper, I output my availability stagei_mocap.fnames as [False, False, False, False, False, False, False, False, False]. Do you know how to solve this problem?I would greatly appreciate it if you could give me some guidance!
AssertionError Traceback (most recent call last) /tmp/ipykernel_2378661/293871611.py in 10 'soma_labeled_mocap_tracklet', 11 soma_mocap_target_ds_name) ---> 12 stagei_mocap_fnames = gen_stagei_mocap_fnames(mocap_dir, subject_name, ext='.pkl') 13 print("stagei_mocap_fnames:",stagei_mocap_fnames )

~/soma-main/src/soma/run_soma/paper_plots/mosh_soma_dataset.py in gen_stagei_mocap_fnames(mocap_base_dir, subject_name, ext) 74 print(" available_stagei_mocap_fnames ", available_stagei_mocap_fnames) 75 assert sum(available_stagei_mocap_fnames) == len(available_stagei_mocap_fnames), \ ---> 76 FileNotFoundError(np.array(stagei_mocap_fnames)[np.logical_not(available_stagei_mocap_fnames)]) 77 78 return stagei_mocap_fnames

AssertionError:

whl-007 commented 6 months ago

Hi, Is there any solutions to run the program more quickly? I takes a week on my laptop for a 20 minutes mocap recording. Can we use parallel cfg parameters to run the program faster possibly in parallel?

Thank you very much

你好,有没有什么方法可以让程序运行得更快?我花了一个星期的时间在我的笔记本电脑上录了20分钟的视频。 我们可以使用parallel cfg参数来使程序在并行时运行得更快吗?

非常感谢

Hi,have you solved this problem? I When I run mosh++, I will get an error like the following bug. According to the configuration file in the soma paper, I output my availability stagei_mocap.fnames as [False, False, False, False, False, False, False, False, False]. Do you know how to solve this problem?I would greatly appreciate it if you could give me some guidance!
AssertionError Traceback (most recent call last) /tmp/ipykernel_2378661/293871611.py in 10 'soma_labeled_mocap_tracklet', 11 soma_mocap_target_ds_name) ---> 12 stagei_mocap_fnames = gen_stagei_mocap_fnames(mocap_dir, subject_name, ext='.pkl') 13 print("stagei_mocap_fnames:",stagei_mocap_fnames )

~/soma-main/src/soma/run_soma/paper_plots/mosh_soma_dataset.py in gen_stagei_mocap_fnames(mocap_base_dir, subject_name, ext) 74 print(" available_stagei_mocap_fnames ", available_stagei_mocap_fnames) 75 assert sum(available_stagei_mocap_fnames) == len(available_stagei_mocap_fnames), \ ---> 76 FileNotFoundError(np.array(stagei_mocap_fnames)[np.logical_not(available_stagei_mocap_fnames)]) 77 78 return stagei_mocap_fnames

AssertionError: