star-journey
Results
1
issues of
star-journey
I appreciate your interesting work. In the `cls_padding` function, there are two lines that seem to be a bug: ```python mask = mask / max(np.max(mask),cls_weight) cls_weight = cls_weight / max(np.max(mask),cls_weight)...