threestudio icon indicating copy to clipboard operation
threestudio copied to clipboard

A unified framework for 3D content generation.

Results 260 threestudio issues
Sort by recently updated
recently updated
newest added

how to use vsd instead of sds in gaussiandreamer?

I am a beginner and not very familiar with the use of this framework. Can I view the source code of DreamFusion or Magic3D from this project? Is there a...

MVDream easy to generate dotted and strange textures? Could you explain the reason and give some tips? Very Thanks.

In [here](https://github.com/threestudio-project/threestudio/blob/bb4b43ea32f5ba595074bfddac6e0ef791f098c0/threestudio/data/uncond.py#L299)(and some other places), if `dim` in `torch.cross` is not given, the cross operation may be performed on first dimension as said in [pytorch documentation](https://pytorch.org/docs/stable/generated/torch.cross.html), then with `batch_size>1`, `c2w`...

## model - MVDream-threestudio ## To assist you better, could you please provide the specific error message you encountered during the process? This will help in identifying a solution to...

Whoever packaged this project and released it in this state should actually be shot, it's that bad. Even the requirements file is missing a bunch of things.

I was able to export a mesh. One problem I saw is the mesh is not oriented the same way as the video and pictures. I'm using 3d Viewer on...

Hi Great project, thank you for all the work. Is it possible to generate textures other than albedo? PBR textures, or roughness/specular? If not, are there plans to do this...

Hi ThreeStudio team, I tried to run stable-zero123 with freq.guidance_eval = 1 in stable_zero123.yaml file. `python launch.py --config configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/chair_rgba.png --gradio ` but I encountered the following...

Gradio is not working ```python dreamer@9d615a31c0af:~/threestudio$ python gradio_app.py Traceback (most recent call last): File "/home/dreamer/threestudio/gradio_app.py", line 13, in import gradio as gr File "/home/dreamer/.local/lib/python3.10/site-packages/gradio/__init__.py", line 3, in import gradio._simple_templates File...