A
A
arudmin2019-03-03 01:49:42
Python
arudmin, 2019-03-03 01:49:42

Which neural network to choose to determine the cars in the parking lot?

I wrote a telegram chatbot that sends a photo from a camera to make it easier to park in the yard.
Now I want to be able to count (identify) the cars in the photo and at the same time try my hand at neural networks.
I read about tensonflow, yolo, but I could not immediately assemble a working model. Has anyone dealt with something similar?
As an example of what I want to get in the end: https://nanonets.com/drone/counting-cars/
For demonstration, I attached a random photo from my parking lot at the house below.
5c7b0701ab7fc174822777.jpeg
And the result of the finished Nanonets grid The
5c7b07661f85a009050594.png
dataset of images was assembled decently at different times of the day and weather conditions.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
T
Talyan, 2019-03-03
@flapflapjack

Are neural networks needed? Take a picture with an empty yard (you can make up several, since it is unlikely that there will ever be an absolutely empty yard,
then use openCV to find the difference (areas) with the frame from the camera - their number will be the number of cars. Small areas (people, dogs ) - exclude with the help of dimensions, for example, by width
PS
I re-read the question - well, that's a bummer then with the times of the day and the weather.

R
Roman, 2019-03-03
@ZinBu

A similar problem is considered in great detail.
https://tproger.ru/translations/parking-search/

A
asd111, 2019-03-03
@asd111

You need to use Faster R-CNN. There are ready-made implementations for popular frameworks.
Watch Vladimir Iglovikov's report https://youtu.be/NV9LSUIVkWA ; or an article on Habré https://habr.com/ru/company/yandex/blog/335002/
Sign up for ODs.ai, this is a Russian-speaking community for machine learning. There are many good specialists on these issues.

A
Alexander Alekseev, 2019-03-03
@ntllct

I am skeptical about the solution of this problem by the existing National Assembly. The snow masks many familiar features of the grid. But if I were to solve such a problem, I would start by detecting individual wheels, windows and straight lines. Next, you need to think about how to collect all this into a single image.

B
Blyamur, 2019-12-15
@Blyamur

Author, did you manage to solve it? I also tried not having the skills to decide, the beginning fell on the winter season, the snow prevents even just catching cars. Probably it was necessary to start with training on cars in the future.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question