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

Inconsistent Time Gaps Between exports? Is this a leak? #49

Open
wes-kay opened this issue Dec 10, 2024 · 1 comment
Open

Inconsistent Time Gaps Between exports? Is this a leak? #49

wes-kay opened this issue Dec 10, 2024 · 1 comment

Comments

@wes-kay
Copy link

wes-kay commented Dec 10, 2024

Image

I'm batching out models and I'm finding the exports start off fine around 2 min and grow is this expected? Or is there something wrong on long batches?

Time each model took:
['0:02:00',
'0:03:00',
'0:03:00',
'1:04:00',
'1:57:00',
'1:20:00',
'0:43:00',
'2:31:00',
'0:48:00',
'2:02:00',
'0:05:00']

@JeffreyXiang
Copy link
Collaborator

JeffreyXiang commented Dec 11, 2024

1:04:00 means one hour? Not as expected. When run locally with A100 GPU and default setting it typically costs 5seconds for the preview and 30senconds for GLB extraction.

The runtime of the model does depend on the complexity of the 3D asset but will not vary that much.

May you share your code here?

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

2 participants