Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

class_blobs is not the same shape as points_mask #3

Open
Lyhour-Chhay opened this issue Oct 23, 2020 · 0 comments
Open

class_blobs is not the same shape as points_mask #3

Lyhour-Chhay opened this issue Oct 23, 2020 · 0 comments

Comments

@Lyhour-Chhay
Copy link

blob_uniques, blob_counts = np.unique(class_blobs * points_mask, return_counts=True) #blob_uniques now only contains labelled points that are inside a predicted blob

in this statement of coding, the class_blobs should has the same shap as point_mask for multiple matrix. However, when I run it, it is error due to different shape. How to solve this problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant