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

Question about some variables #40

Open
alliecuenco opened this issue Mar 7, 2019 · 3 comments
Open

Question about some variables #40

alliecuenco opened this issue Mar 7, 2019 · 3 comments

Comments

@alliecuenco
Copy link

What does "bottom" and "bottom_position_of_detected_vehicle" variable mean? I get so confused. Does bottom refer to the bottom coordinates of the current object then the bottom_position_of_detected_vehicle is the previous bottom position of the previous vehicle?

@ChampionTej05
Copy link

Yes, you got it right. We are saving the previous detected location to improve the accuracy while counting the objects. It is so that, if the previously object was detected near the ROI and now it is just down ROI by 5 or 10 (those values 205 and 210), then we say that object crossed the line and count it as 1.

@ZIKO94ZIKO
Copy link

why he chose this values (205 and 210) exactly and how he found this value 44 in (speed_prediction.py line 56) > scale_real_length` = pixel_length * 44

@ZIKO94ZIKO
Copy link

@ChampionTej05 any update

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

3 participants