DEV Community

Cover image for A project, to teach a computer to see
betpido
betpido

Posted on

A project, to teach a computer to see

Recently, I wrote an article about some of the current issues facing computer vision.

That is, the ability of a computer to see and identify objects like how we humans do.

We are going to work on a project in which a computer can see and identify objects like humans.

In this computer vision and object recognition project, I am going to show you why there are issues with current computer vision algorithms and how to solve those issues.

When the project is completed, the computer will be able to see and understand objects like us.

If you have ever played with artificial intelligence, you will notice that, you have to give a lot of pictures of a dog to a computer, before it can identify a new dog the next time.

During our project, we are going to solve this problem, so that you only need to give the computer a single picture of a dog to it,

then the computer will still be able to always identify a new dog it has not seen before, without any additional training.

In the next post I will do, I will discuss about the first step of this project

Top comments (0)