Shubham Agrawal

Results 11 comments of Shubham Agrawal

Any progress on missing -lctrl1.10.5.o with SDK 10.6 ?

If running remotely over SSH, please make sure that you can display windows. If not, [this thread](https://github.com/mmatl/pyrender/issues/13) might be helpful.

Checking the `Triangulate Faces` option in the blender while exporting as a wavefront obj file did the trick for me. Might or might not be helpful for others. ![Screenshot from...

Just found out that the instance segmentation is supported since [version 0.1.41]( https://github.com/mmatl/pyrender/releases/tag/0.1.41). You can also find an example in the [example.py](https://github.com/mmatl/pyrender/blob/master/examples/example.py#L146-L154) TL;DR: ```python from pyrender import RenderFlags nm =...

Dear authors! Thanks for this amazing work! I liked how clean the repository you provided and it works out of the box. As mentioned by @RolandZhu, I wanted to generate...

Hi @doubleZ0108, Can you share your full code and the model files along with the texture files? I will try to fix it on my machine.

Hi @Bailey-24, Can you print `checkpoint.keys()` before line 167. Seems like the model is loaded via checkpoint, but the checkpoint dict does not have optimizers saved for some reason (looking...

Hi @Bailey-24, I have updated the code addressing your findings. Please pull and follow the instructions in the updated readme. I would advise creating a small subset of ShapeNetCore.v2 for...

Hi @Bailey-24, I have updated the code addressing your findings. Please pull and follow the instructions in the updated readme.

Hi @Bailey-24, I have updated the code addressing your findings. Please pull and follow the instructions in the updated readme.