Hello,

I have been trying to follow the tutorial here
https://www.kaggle.com/gzuidhof/full-preprocessing-tutorial

However, verts, faces, , = measure.marching_cubes(p, threshold) in the
function of plot_3d gives the following error message

 File "guidozuidhof_fullprocessing.py", line 90, in plot_3d
    verts, faces = measure.marching_cubes(p, threshold)
ValueError: too many values to unpack


What does that mean, and how to solve it, thanks a lot!
_______________________________________________
scikit-image mailing list
scikit-image@python.org
https://mail.python.org/mailman/listinfo/scikit-image

Reply via email to