Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run-time of using mosh for labelled mocap #24

Open
leilaUEA opened this issue Feb 22, 2023 · 4 comments
Open

Run-time of using mosh for labelled mocap #24

leilaUEA opened this issue Feb 22, 2023 · 4 comments

Comments

@leilaUEA
Copy link

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
Copy link

TnoobT commented Feb 24, 2023

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
Copy link

wjrzm commented Dec 26, 2023

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

@whl-007
Copy link

whl-007 commented Mar 11, 2024

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
Copy link

whl-007 commented Mar 11, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants