[scikit-image] ValueError: too many values to unpack for measure.marching_cubes

wine lover winecoding at gmail.com
Mon Aug 7 10:16:46 EDT 2017


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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170807/03b08d40/attachment.html>


More information about the scikit-image mailing list