JIAHUI LYU

Results 3 comments of JIAHUI LYU

Hi Jason-YJ, Can you share your `config.py` ?

Hi, superxjm, The environment matting code is not included. In principle, it should be the same as the matlab 2018 code you mentioned. I use python to generate the background...

Hi ChauChorHim, You can extract the 2D surface mesh from 3D volume by the famous **marching cube** method. See an example [here](https://scikit-image.org/docs/dev/auto_examples/edges/plot_marching_cubes.html#sphx-glr-auto-examples-edges-plot-marching-cubes-py) . Personally, I implement the **Space Carving** by...