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

how to add mvdream-sd21 to gradio_app.py #14

Open
HuntZhaozq opened this issue Oct 30, 2023 · 1 comment
Open

how to add mvdream-sd21 to gradio_app.py #14

HuntZhaozq opened this issue Oct 30, 2023 · 1 comment

Comments

@HuntZhaozq
Copy link

I add mvdream-sd21.yaml to gradio/mvdream-sd21.yaml. And I try to run on gradio. But I meet to problem.
File "/project/MVDream-threestudio/gradio_app.py", line 149, in
int(re.match(r"it(\d+)-0.png", os.path.basename(f)).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

How to solve it?

@HuntZhaozq
Copy link
Author

I match the 0,1,2,3 tensors of mvdream-sd21 with re.match(r"it(\d+)-[0123].png).
But I meet another problem. How to show the 3D mesh in gradio web demo?

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

1 participant