Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when starting feature selection in object classification for 3D data #1432

Closed
alexanderbrown opened this issue Mar 20, 2017 · 4 comments

Comments

@alexanderbrown
Copy link

alexanderbrown commented Mar 20, 2017

Hi,

I'm running Ilastik 1.2.0. When I try to select features in object classification I get the following error message

Python argument types in
    vigra.analysis.extract2DConvexHullFeatures(VigraArray)
did not match C++ signature:
    extract2DConvexHullFeatures(vigra::NumpyArray<2u, vigra::Singleband<unsigned int>, vigra::StridedArrayTag> labels, boost::python::api::object ignoreLabel=None, bool list_features_only=False)
 (Advanced information about this error may be found in the log file: /home/abrown/ilastik_log.txt)

Is this related to an undocumented requirement or is it a bug?
I can send the log file if that's useful.
Running Ubuntu 16.04

@msschwartz21
Copy link

I am also experiencing this problem on my computer running Windows 10.

@akreshuk
Copy link
Member

We are planning a new release later this week, this problem should be gone.

@imagejan
Copy link
Contributor

Is there a new release available somewhere already? We just stumbled upon this very same issue as well 🙂

@chaubold
Copy link
Member

We are currently testing our release candidate, it will be out very soon!

chaubold added a commit that referenced this issue Apr 12, 2017
…on data shape. Adresses #1432 in tracking workflows.

Overwriting the list of pre-selected features for tracking depending on the raw shape is too restrictive.
If the user first loads a 3D dataset but then, by adjusting the axestags, changes that to 2D+t, the 2D features should become available again.
If the feature slot value is overwritten but the original value is lost, this cannot be recovered. Hence here the initial value is
stored as member variable of the operator, and the input slot is overwritten with the correct value.
@chaubold chaubold changed the title Error when starting feature selection in object classification Error when starting feature selection in object classification for 3D data Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants