-
Hi professor, I have a question when reading the code. The array `DenseNodeData< Real, Sigs > solution` has a hierarchical structure and each value is defined in a octree node. Since each vertex is ge…
-
Problem: The marching cubes algorithm gives STLs that are large in size and have aliasing defects on sharp edges.
Solution: Have a mesh generation algorithm that is adaptive to the curvature of the…
-
Following the install instructions when I get to python setup.py install I end up with this. I had downloaded ninja and added it to my path, without ninja a don't get as far it quit earlier
C:/Pro…
-
triplanar texturing requires 3 texture fetches (affects performance) and can produce artifacts (where textures blend)
If resulting geometry contains a limited set of polygons - it may be possible t…
-
This is not perhaps the correct way to ask such a question, I'm trying to use your engine for some research in immersive analytics. I've been trying to use the existing unity [implementation](https://…
-
When I tried to run PIFu_Demo.ipynb, the last cell outputting the following error.
```
---------------------------------------------------------------------------
FileNotFoundError …
-
`pcl::gpu::MarchingCubes::run`:
``` c++
if (triangles_buffer.empty())
triangles_buffer.create(DEFAULT_TRIANGLES_BUFFER_SIZE);
```
``` c++
DEFAULT_TRIANGLES_BUFFER_SIZE = 2 * 1000 * 1000 * POIN…
-
Hello, I am running the quick test part to test the model on an input image of mine and everything is running without any errors but I can't find any results when finishing the steps. Furthermore, he …
-
When I tried to run sh ./scripts/test.sh, the following error occurred.
```
$ sh ./scripts/test.sh
+ GPU_ID=0
+ DISPLAY_ID=10
+ NAME=pifu_demo
+ BATCH_SIZE=1
+ MLP_DIM=257 1024 512 256 128 1
…
-
Add the following lines to `src/CMakeLists.txt`:
```
if(CMAKE_BUILD_TYPE MATCHES "Debug")
if(CMAKE_CXX_COMPILER_ID MATCHES "^(AppleClang|Clang|GNU)")
set(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -O…