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
nice works!
i want to know the problem of sub-class split
for example:self.split_list = [132, 2, 1, 1, 1, 2, 3, 4, 7, 2, 1, 2, 6, 2, 2, 15, 1, 1, 2, 2, 1] in clustering.py,it means that original-class 0 split into 132 sub-class,however,how to get this 132 sub-class? Is the sub-class divided according to the size of the target area of the original-class?
The text was updated successfully, but these errors were encountered:
for example,in one image ,caontains original-class 0,Is this class divided into 132 subclasses by k-means?If so,Wouldn't the target region of each subclass be tiny?
nice works!
i want to know the problem of sub-class split
for example:self.split_list = [132, 2, 1, 1, 1, 2, 3, 4, 7, 2, 1, 2, 6, 2, 2, 15, 1, 1, 2, 2, 1] in clustering.py,it means that original-class 0 split into 132 sub-class,however,how to get this 132 sub-class? Is the sub-class divided according to the size of the target area of the original-class?
The text was updated successfully, but these errors were encountered: