kaolin
kaolin copied to clipboard
A PyTorch Library for Accelerating 3D Deep Learning Research
Hi, I am working on shapenet dataset and want to render the colored image from the 3d model without uv map. I have checked the dibr_tutorial but it does not...
Hi, thanks for a great work. I have a point cloud that is normalized to [-1, 1], as described in documentation, and use it to generate a spc. When I...
According to the documentation, it seems like `kaolin.ops.spc.to_dense()` returns a tensor of size `[bs, feature_dim, 2^l, 2^l, 2^l]`. However, this seems weird as a feature grid should be of size...
I would like the developers of this repository to attempt to install on a fresh Windows. One error leads to another, and another, and another... The installation instructions provided must...
Error occured while setting up the kaolin. Command: python setup.py develop error: Setup script exited with error: Command "/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-8rcp3rdc/python-split_1649141342860/_build_env/bin/llvm-ar rcs build/temp.macosx-10.9-x86_64-3.9/libmach.a build/temp.macosx-10.9-x86_64-3.9/scipy/integrate/mach/d1mach.o build/temp.macosx-10.9-x86_64-3.9/scipy/integrate/mach/xerror.o" failed with exit status 127
### Bugs in ops.mesh.check_sign() triggered under special circumstances We found that if a point is in a sepcific axis, the check_sign is invalid for some primitive meshes. ```python from kaolin.ops.mesh...
In materials.py, the displacement check doesn't utilize name.lower() nor the rest of the branch logic in the _read_data function. Based on the rest of the if statements in the _read_data...
I found an issue about model training loss in [DIBR tutorial](https://github.com/NVIDIAGameWorks/kaolin/blob/master/examples/tutorial/dibr_tutorial.ipynb). Could you check more details? ## Problem In contrast to an example log message on tutorial notebook, model training...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3. Changelog Sourced from async's changelog. v3.2.3 Fix bugs in comment parsing in autoInject. (#1767, #1780) v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask...
Hi, Great work. Benefit a lot from kaolin! I've learned the paper "DMTet" which describes PVCNN as the input encoder. However, I only find "MLP + positional encoding" in kaolin...