pengbo ma
Results
2
issues of
pengbo ma
In the IoU function ` #Intersection area inter_area = torch.clamp(inter_rect_x2 - inter_rect_x1 + 1, min=0) * torch.clamp(inter_rect_y2 - inter_rect_y1 + 1, min=0) inter_areaa = torch.clamp(inter_rect_x2 - inter_rect_x1, min=0) * torch.clamp(inter_rect_y2...
When I read your note in markov.py. For feature conversion_feature and null_feature, you have specifically mentioned that > do not pre-aggregate conversions by path as this will effect the outcome...