Caenorst

Results 9 issues of Caenorst

I've noticed the `EXPERIMENTAL` environment variable to be used here: https://github.com/NVIDIAGameWorks/kaolin/blob/master/kaolin/csrc/render/spc/raytrace_cuda.cu#L22-L26 However this environment variable is not documented anywhere, also this is not tested since it would require to re-build...

documentation
feature

Some of our features like SPC representation for `pyramids` and `points` are (respectively) `torch.IntTensor` and `torch.ShortTensor`, but may internally treat them as `unsigned`, while this is leading to lower memory...

enhancement
discussion
optimization

We don't keep track of https://github.com/NVIDIAGameWorks/kaolin/tree/master/examples/renderers/NMR proper behavior in the CI. We need to add a quick tests such as in https://github.com/NVIDIAGameWorks/kaolin/blob/master/tests/examples/run/test_classification.sh And then add it's execution as in: https://github.com/NVIDIAGameWorks/kaolin/blob/master/.gitlab-ci.yml#L20...

invalid
unittest

Hi team! I'm trying to extract some data from [the objaverse dataset](https://objaverse.allenai.org/), seems that some of those models contains a `metallicRoughnessTexture` with a single channel. The specs says: > The...

Hi there, Thank you for the repository, I see that it's python2 only and certain dependencies are to a certain version (for instance https://github.com/assafshocher/InGAN/blob/master/util.py#L8 `scipy.misc.imresize` is now removed). Do you...

It should still be working for python2, you can test before merging :)

Fixed some installation instructions down from 1.11.0 to 1.8.1 I didn't test those lines but I checked all the repositories manually: - https://download.pytorch.org/whl/torch/ - https://anaconda.org/conda-forge/pytorch/files - https://anaconda.org/pytorch/pytorch/files - https://download.pytorch.org/whl/torchvision/ -...

cla signed

**Describe the bug** I have torch installed as version `2.0.1+cu118` when I do `pip install nerfstudio` it reinstall torch with a different cuda version. **Expected behavior** Since nerfstudio installation instructions...

### Description Get the Pixel2Mesh example working ### Tasks - [x] Get main train.py and eval.py scripts working, change arguments - [x] Fix an error if all the faces of...