-
I know this is planned, but I have an idea on how to do this that I like to share, although I haven't managed to implement it myself.
A cheap trick I found to work with marching cubes is skirts.
I…
-
![mesh_acne](https://user-images.githubusercontent.com/3229981/123344473-cd8da980-d508-11eb-9cfb-5e224a4c9d06.png)
It seems like there are two issues contributing to the artifacts:
1. Non-manifo…
-
Hello :)
I read your blog about the isosurface extration algorithms. I was especially interested in the naive surface algorithm. However during studying your source code it wasn't possible for me to …
-
```
An Underground River
Rapidly flowing through an underground channel is a river of tea-
colored water draining from the swamp to the north. The channel is
a simple tunnel through the clay…
-
-
> In`plot_surface.py`, instead of
`parser.add_argument('--model_file', default='', help='path to the trained model file')`
I think it should be
`parser.add_argument('--model_file', default='cifar1…
-
## Marching cubes
Simple, but flawed by ambiguous cases and cannot reproduce sharp features. Also, no specification of how to handle LOD across regions of different detail. Naive implementations of…
-
HI:
friends!
I have installed all the tools the README.md mentioned and download the ResNet-56 (10 MB) and run this command below:
`mpirun -n 4 python plot_surface.py --mpi --cuda --model resnet56 …
-
I currently downloaded the provided models and am running the command:
```
python plot_surface.py \
--cuda \
--model resnet56 \
--x=-1:1:51 \
--y=-1:1:51 \
--model_file ci…
-
I'm encountering this bug when trying to run on 4 GPU system
```
Traceback (most recent call last):
File "plot_surface.py", line 291, in
crunch(surf_file, net, w, s, d, trainloader, 'train_…