master
otthorn 3 years ago
parent f4602b5b7a
commit 67bab05cc3

@ -171,7 +171,7 @@ threshold = 0.5
# save the raw_voxel in pickle format
fd = open("raw_voxel_256.pkl", "wb")
pickel.dump(fg_sigma, fd)
pickle.dump(fg_sigma, fd)
fd.close()
# vertices, triangles = mcubes.marching_cubes(sigma, threshold)

Loading…
Cancel
Save