car-detection-yolo
car-detection-yolo copied to clipboard
Fix inter_area
https://github.com/tejaslodaya/car-detection-yolo/blob/3d32c3339232ef226c8b383224765e9e3b3d44df/app_utils.py#L56
There should be max((yi2 - yi1) , 0) * max((xi2 - xi1), 0), take into account that this value MUST be positive or 0