fix typo
This commit is contained in:
parent
f4602b5b7a
commit
67bab05cc3
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ threshold = 0.5
|
||||||
|
|
||||||
# save the raw_voxel in pickle format
|
# save the raw_voxel in pickle format
|
||||||
fd = open("raw_voxel_256.pkl", "wb")
|
fd = open("raw_voxel_256.pkl", "wb")
|
||||||
pickel.dump(fg_sigma, fd)
|
pickle.dump(fg_sigma, fd)
|
||||||
fd.close()
|
fd.close()
|
||||||
|
|
||||||
# vertices, triangles = mcubes.marching_cubes(sigma, threshold)
|
# vertices, triangles = mcubes.marching_cubes(sigma, threshold)
|
||||||
|
|
Loading…
Reference in a new issue