sparse-mvs-2

Results 7 issues of sparse-mvs-2

I'm using kaolin on other project which requires pytorch 2.0.1, which will get: No module named 'torch._six'.

I'm trying to bring in a mesh into kaolin, but I've discovered an issue with the kaolin.io.obj.import_mesh function. Specifically, import_mesh doesn't currently support OBJ files that include color information. If...

no-issue-activity

I am using rasterize function. However, the rendered image looks like this: ![image](https://github.com/NVIDIAGameWorks/kaolin/assets/21079538/b83118d3-8cbd-4055-a72f-c19b68ce5ea5) Seems that the mesh in the back render first.

I'm currently trying to deploy taichi on macOS. Is there any chance that this issue can solve? Since Pointer SNode is not supported on macOS. ############################################### sorry about that but...

I want to use nn.DataParallel for multiple-gpu training of sparse convolution in structed point cloud. However, the spc class contain spc.octrees, which is of data type uint8. So It will...

no-issue-activity

The method of kaolin.ops.spc.Conv3d is great to handle batches of spc features. However, when I want to write a self-attention layer, I need to use nn.linear. That means, have to...

no-issue-activity

Project page: [https://sparse-mvs-2.github.io/VAT.IO/](https://sparse-mvs-2.github.io/VAT.IO/) Different from VAR, we introduce **Variational Tokenizer (VAT)**, combine the discrete tokenizer with a variational autoencoder (VAE), which has been proven to be necessary for 3D features....

Research