-
I'm unable to deploy on kaggle (py version: Python 3.10.13), plz mention the py version u have deployed this project.
/kaggle/working/TripoSR
Traceback (most recent call last):
File "/kaggle/…
-
https://theigrams.github.io/zjblog/2023/01/05/possion-recon.html
泊松曲面重建(Poisson Surface Reconstruction, PSR) 是Lorensen在2006年提出来的一种三维重建方法,其将点云转换为隐式表达的曲面,然后通过Marching Cubes等方法将隐式曲面转换为网格表示。
-
Hello. I'm just starting to use this plugin. The documentation shows an example of how to make flat shading.
I inserted `NORMAL = normalize(cross(dFdy(VERTEX), dFdx (VERTEX)));` at the end of fragme…
-
PointCloud2Mesh produces mesh with no color. I've tried adding `fill_vertex_channels=True` inside of `mesh = marching_cubes_mesh(` but it still won't work. Any help?
-
While trying Wonder3D_to_Large_Multiview_Gaussian_Model_to_3DGS and_3DMesh example workflow.
Previous steps finished completely fine, but as soon as the big mesh builder node is reached comfyui cra…
-
As far as I see, currently there is no option to change the background color (currently it is black), which is very important if I wanna use clear volume and put an image in a paper.
I would also lik…
-
Would it be possible to get Hermite data instead of vertices and faces? So I can construct isosurface my self with Marching Cubes.
-
[Smooth Voxels](https://svox.glitch.me/) uses vertice averaging instead of marching cubes and offers a text-based file format easy to keep and edit, along with advanced control of geometry and materia…
-
Either in Colab or local enviroment the erorr shows up anyway. Please let me know how to fix this. Thanks a lot.
sh ./scripts/test.sh
`+ GPU_ID=0
+ DISPLAY_ID=10
+ NAME=pifu_demo
+ BATCH_SIZE=1…
-
# Proposed segment triangulation
Use marching cubes algorithm, with a suitable distance function( a cylinder with different radii).
I'm going to try to write it in the next few days when I have time…