nicedaddy / Yolov5_DeepSort_Pytorch_lane_detection

GNU General Public License v3.0
126 stars 49 forks source link

How to estimate distance? #4

Open Wenxiao69 opened 1 year ago

Wenxiao69 commented 1 year ago

I found 'apx_distance = round((((h-bboxes[3]))ratio)4.5,1)' command in track.py document. Why use this command? I also found pictures used in camera calibration, but how to ues it? Thank you very much.