ThibaultGROUEIX
ThibaultGROUEIX
I tried to compile Mitsuba v5 (with qt4 cause qt5 is complaining about QtWidget) on Ubuntu 16.04 with gcc 6, using the fix mentionned in https://github.com/mitsuba-renderer/mitsuba/issues/7 Everything went fine except...
Hi @marian42 , Thanks for contributing an amazing amount of code. I am trying to use your repo to retrain DeepSDF on the Sofa category and have two queries :...
Hi @chrischoy, I was wondering if you rendered Shapenet v1 or v2 ? Cheers and thanks, Thibault
Hi @GuHongyang , Thanks for the reimplementation! they mention in the paper that `As for the generative process in Section 3.1, the multivariate Bernoulli distribution is used for MNIST dataset,...
Hi, Thanks for this great work, it looks very promising and exciting! I am doing some tests. I did not have major issues with installation and the demo runs. Congrats!...
Hi ! I am checking out BLIP-2 and trying to caption some images with `generate`. I get an error : ``` caption = model.generate({"image": image.float()}, use_nucleus_sampling=True, num_captions=3) File "/home/groueix/.local/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line...
Hi, Awesome job on threestudio. I think it would be great to be able to run a sanity check on the SDS losses by running a very simple pixel optimization...
Thanks again for the awesome repo For instance, I'd like to generate a shape with prolific dreamer (instant-ngp) and view/manipulate it in threestudio : https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/models/instant_ngp.py#L52. Is there a way to...
Hi! I am using Pyrender to render some humanoid shapes. I observe weird artefacts in the renders but I don't think my mesh has any inverted triangles (from MeshLab visualizations)....
Hi, I am still trying to reproduce table 4 in sup.mat. The reconstruction error that I obtain is `63.2` on 3DPW while the paper reports `59.9`. Would you be able...