This commit is contained in:
otthorn 2021-06-30 11:57:32 +02:00
parent f4602b5b7a
commit 67bab05cc3

View file

@ -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)