creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

capacity of road #8

Open YYYYWD opened 6 years ago

YYYYWD commented 6 years ago

hi!i want to know what are your criteria for judging the capacity of the road and what is the percentage of the shadow area of the vehicle?

creotiv commented 6 years ago

It's a simple algorithm it just compute difference of road area - area of overlaping objects(cars). that;s all

Kindly yours, Andrey Nikishaev

Sit&Fit https://angel.co/sit-fit/ - underdesk stepper trainer. Essenly http://essenly.com - книги в кратком изложении. groovyCV http://groovycv.com - создание стильных резюме

Rates Soft Dev from $40/h, Consultation BizDev/Marketing/Customer Rel/IT from $80/h LinkedIn http://ua.linkedin.com/in/creotiv GitHub http://github.com/creotiv Slideshare https://www.slideshare.net/anikishaev/ Skype creotiv.in.ua Mobile +380632410666

On Thu, Apr 26, 2018 at 7:55 PM, YYYYWD notifications@github.com wrote:

hi!i want to know what are your criteria for judging the capacity of the road and what is the percentage of the shadow area of the vehicle?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/creotiv/object_detection_projects/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPRDaPGL0I5Y8xAuBhvoBV_MzQl9iDzks5tsfwIgaJpZM4TmAJb .

YYYYWD commented 6 years ago

OK, I see. Your original algorithm seems to be calculated every once in a while. I want to speed up the process and shorten the interval. What should I do?