You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
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
The text was updated successfully, but these errors were encountered: