Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About distance measurement method for stray animal detection work #5

Open
SVinayak03 opened this issue Oct 1, 2023 · 1 comment
Open

Comments

@SVinayak03
Copy link

Hello,
Really excited by looking your implementation, i need your help for my work. I working on stray animals detection and collision avoidance with yolov5.
I have obtained weights and trying for distance estimation. Can you please help me to know how your algorithm estimating distance with bounding box coordinates and standard scaling?
Please guide!

@HassanBinHaroon
Copy link
Owner

It's a pretty basic implementation of distance estimation (I have to mention it at the very start).

A simple neural network is being used for the distance estimation.

Kindly take a look at the concept of MONOCULAR DEPTH CUE.

The concept of MONOCULAR DEPTH CUE is the fundamental approach here.

The algorithm is the concatenation of two separate blocks. 1. Object Detection, 2. Distance Estimation.

The algorithm for object detection is a version of YOLO. While a dense network is for the distance estimation.

Kindly go through the README file thoroughly to reproduce the results and further improvements.

Moreover, I have to mention that there are other two repositories related to this work YOLOER_V1 and YOLOER_V2. You can look into all of those to get the insight.

Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants