-
# Introduction
For real-time applications, it is very useful to visualize the volume, for instance for debugging. This can be done currently by using marching cubles which generates a mesh. The probl…
-
This repository includes a binding for the libigl `marching_cubes.cpp` implementation; however, it is not stated so in the [repo's documentation](https://libigl.github.io/libigl-python-bindings/igl_do…
-
Hello @qhdwight , would you mind adding a license to your project?
I also want to implement marching cubes to use it with Bevy and in my opinion it's better not to reinvent the wheel. I've been looki…
-
[Copied from https://github.com/NVlabs/tiny-cuda-nn/issues/82]
Error:
`ERROR Uncaught exception: Could not allocate memory: ~/instant-ngp/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/gpu_memory.h:…
nopor updated
2 years ago
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:MacOS
- 版本号/Version:Paddle:2.4.2 PaddleOCR:release/2.6 问题相关组件/Related components…
-
So, I am trying to convert my point cloud to a mesh using your code. There seems to be some problem in the implementation i think
here's my point cloud:
[test_100k.ply.zip](https://github.com/maba…
-
I've got `'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\bin\HostX86\x86\link.exe' failed with exit code 1120`.
I tried `pip install PyMCubes` and `pip install …
-
Hello,
I am trying to understand the workflow to generate mesh data to visualize in Neuroglancer. I have figured out from the previous examples generating precomputed dataset from tiff stack. How…
-
Hi,
I recently improved my code by using a sorting network for 8 elements, but it used a fixed algorithm (Bose-Nelson) and I'm not sure it's the best. Would it be possible to add a license to your …
-
Thanks for your nice work and released code! @jiepengwang
I follow your instructions to prepare the ScanNet dataset and train NeuRIS with the default configuration on `scene0009_01`.
However, …