Real-time-object-detection-using-yolov2-and-distance-estimation
Real-time-object-detection-using-yolov2-and-distance-estimation copied to clipboard
Explanation of distance formula used
Hi,
Can you please explain the formula for distance used - distance = (bench_length * (1 / total_angle) * 57) / 1000? What is 57 in this?
Hi
Can you please explain why x_2, y_2 = endX, endY - (box_height / 7) # top right of the triangle is divided by 7?