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
In my project I get error when overlaps[mm] is empty.
I modified line in this way to solve it: if overlaps[mm].size != 0 and np.max(overlaps[mm]) > 0.1:
The text was updated successfully, but these errors were encountered:
Thanks for your interesting repo, it inspired me a lot in my projects.
I think there is a small issue in cluster_prediction function:
data_science_bowl_2018/codes/predict.py
Line 232 in 0a6d0ed
In my project I get error when overlaps[mm] is empty.
I modified line in this way to solve it:
if overlaps[mm].size != 0 and np.max(overlaps[mm]) > 0.1:
The text was updated successfully, but these errors were encountered: