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

ValueError: could not broadcast input array from shape (54289,1) into shape (54289,) #1

Open
geektortoise opened this issue Mar 25, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@geektortoise
Copy link

When using the train algorithm with zoom level 7 on an image with 8 level of depth, a model is generated but when we use this model with this software, I got the following error :

ValueError: could not broadcast input array from shape (54289,1) into shape (54289,)
on the line
y = np.array(self._pyxit.base_estimator.predict_proba(subwindows))

The related image is this one : https://cytomine.com/collection/cmu-1/cmu-1-ndpi

@geektortoise geektortoise added the bug Something isn't working label Mar 25, 2021
geektortoise pushed a commit that referenced this issue Apr 5, 2022
clean descriptor + add default parameter check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant