Rui Zhang

Results 1 issues of Rui Zhang

I have found in the train.py the iou function `start_i, end_i = interval[0], interval[1]` `intersection = max(0, min(end, end_i) - max(start, start_i))` `union = min(max(end, end_i) - min(start, start_i), end...