HassanBinHaroon / YOLOER_V1

YOLOER stands for You Only Look Once and Estimate Range. The project is about REAL-TIME Object Detection and Distance/Depth Estimation using YOLOv5 as object detector.
10 stars 3 forks source link

Distance estimation #3

Open 2605088505 opened 1 year ago

2605088505 commented 1 year ago

Can you tell me what the displayed value means? I think the closer the distance, the smaller the value, but the test results show that the closer the car is, the larger the value is.

HassanBinHaroon commented 1 year ago

@2605088505 On the left side, the class/category of the object is displayed while on the right side, the distance of that object from the camera is displayed.

I want to mention that distance estimation is still in progress, which may affect the accuracy of the existing model.

You are right with the statement " I think the closer the distance, the smaller the value, but the test results show that the closer the car is, the larger the value is." Distance estimation is still in progress, and the existing model is not that accurate. Due to this, you are observing that the closer the car is, the larger the value is.