-
Hi, I'm so sorry to bother you. I have tried to visualize the mask and slices through the ann.visualize_in_3d(), but the output is just a three-dimensional image shown in my text editor. Therefore, I …
-
Hey there,
I seem to have difficulties putting 2 dropdown menues in the same row:
`import numpy as np
import pymeshlab
import polyscope as ps
import polyscope.imgui as psim
class Poly…
-
When i run "cmake . -B build" it works well
```
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
-- Using Win32 for window creation
-- OptiX_INSTALL_DIR value: c:\Prog…
-
Numpy-1.7.0 is now available and fixes the coercion problem that prevented us to go to numpy-1.6.x.
New spkg: [http://spkg-upload.googlecode.com/files/numpy-1.7.0.spkg](http://spkg-upload.googlecod…
-
Hi,
When I run the code run_render.py, I don't know how to use the config file in function def config_parser(). The following is what I set, but there is always an error.
```
parser.add_arg…
-
Hello, thanks for this great work!
Can you give me a hint how can we create the 3d model same as in lego extract_mesh.ipynb example using real life images?
-
I tried with the code with sphere init works fine, but after training the volume renderer, the SDF function seems to have some problem, it can not generate mesh from marching cube (value all >0 or all…
-
I just upgraded scikit-image to 0.19.1, and now I'm getting this error. It looks like they renamed this function in the latest version.
```
/opt/conda/lib/python3.9/site-packages/fortecubeview/…
-
Hi all,
Just a question on usage (with py3dmol specifically) - how does one add a pre-calculated triangular mesh, given vertices and face indices?
I got as far as finding the `addMesh` method, w…
-
I believe there is a typo in the code to calculate the normal of the center of a cube.
The code is:
https://github.com/scikit-image/scikit-image/blob/84df56fae72b284b6ec38ab1290c52f4dd3412ad/ski…