-
I'm having issue getting this to work on SL 6.3. A readme file with directions on how to install/setup would be great. Even trying to install libraries through conda is running into issues. marching c…
-
**Describe the error**
```console
[ 39%] Built target pcl_compute_cloud_error
make -f tools/CMakeFiles/pcl_marching_cubes_reconstruction.dir/build.make tools/CMakeFiles/pcl_marching_cubes_reco…
-
hello Andy,
thank you for your wonderful contribution.
I tried a different data , and modified the voxel_size to 0.1 to avoid memory problems
but i get this error
ValueError: Surface level mu…
-
Hi Martin,
I am trying to implement marching cubes for generating volume but i am not sure how I can get it.
I have tried following code in surface.js
```
papaya.surface.Surface.prototype.cube…
-
It appears that LOD1+ of Cubic voxels are only displaying a default material, while marching cubes is showing the correct ones on all LODs (see image1)! some higher lod voxels are getting the other i…
-
## Description
Dear scikit-image developers,
First, I would like to say I am a huge fan of this package! So thank you for all the effort you put here!
Now, for what I believe to be a bug:
…
-
If anyone is into optimizing some CL code using SBCL declarations, I suggest trying it on the `src/plugins/isosurface.lisp` file. The marching cubes algorithm takes several seconds to generate a mesh,…
-
### Describe the bug, what's wrong, and what you expected.
I am trying to run the marching cubes algorithm on a 3D binary array, but I get the following error:
`Number of scalars (47448064) must mat…
-
Hi,
I am trying to understand IntegratedPifu code and trying to adapt it to my dataset who is not Thuman one.
I reach the select_sampling_method() in TrainDataset.py; and I think it's an important f…
-
### Description
Sorry to bother you guys, but I seem to be having some issues
I can sucessfully generate example 'hamberger' .
`python3 main.py --text "a hamburger" --workspace trial -O --vram_…