Skip to main content

Mask Catcher using deep learning

Hi everyone, In our measurement course we were asked to represent a new idea using sensors and modern technology.
I really like Deep learning and get inspired by data science. With my friends, we showed a new idea that can help to avoid Covid-19 and keep the production lines on. This was the face mask catcher.


briefly, we found that most workers don't follow instructions in wearing face masks, so we will use the technique of facial recognition in deep learning to catch the one without mask.

First thing, we are going to use a video camera sensor (normal using), which is composed of a sensor called CCD or CMOS. To be honest, I don't know a lot about the sensor's story. All I know is about Deep learning.

Deep learning is a paradigm of Machine learning which uses the idea of the neutral network in the learning process. Machines are like children. They learn by experiments. Like a child asks is that a dog? and you have to answer. Then, he starts storing data.


There is a very famous method used in deep learning, called Viol-Jones Method. It used what is called Haar-feature. In this feature, we want to know if there is something in this area or not. we will consider that there is a nose in this place and we need to know if there is a nose or not. The nose is a feature with three dimensions so it will contain dark areas compared to the face places, which is not contained nose or eyes, etc.

\

A square divided into eight squares will cover this area of the face. every square of those eight will take a value between 0 to 1. [0-0.5] brighter than [0.5-1]. Of course, there is no pure 0 or pure 1. 

We got the average of the bright squares and black ones. Then, getting the absolute difference between them. If the difference is close to 1, it means there is a feature (nose, hair, eyes, and so on).

What we suggested was so simple, we put two types of data (pictures). people with masks and pictures of workers. If a worker without a mask is found, the camera takes his picture and compares it with the previous data. It gave the name of this worker to the manager. 

In conclusion: Our idea is



I'm waiting for your comments. 




Comments

Popular posts from this blog

Miserable

 This one word could describe my life right now. I am writing this because of the last book I read talking about how to re-organize your life. 32 days ago, my dad has gone. In the beginning, I couldn't cry. Now, I can't stop crying about everything. Everything reminds me of him. His favorite stuff became my nightmare. I dream of him every day, too. One week from his death, I took my exams. I didn't remember how I did in them. I knew they were not how I supposed to do, but I am not aware of how I did. I wish I could have cried when he passed. I wanted to cry a lot but I didn't have the ability to face myself with the fact of his death.  He died between my shoulders. I just saw his color turned to yellow like how my grandpa seemed before death. I heard my brother told him some prayers that a person says before death and I just shouted at him to stop. I spent time squeezing his feet to make him shocked. I even talked to him, I said don't go, don't leave me, not now...

My First year in CSE

I always wanted to be in Computer Science. I never tried to challenge myself in this area, too. I felt like I always have this barrier not to go through it. I'm so happy that in the previous 4 months I pushed myself fast and strongly to go in this field. There is a lot of paths in front of me.  I was afraid that most of the students around me in my department have skills more than me. They are so smart and hardworking, too.  In these 4 months I've tried to:  1. get 4 stars in problem-solving on  Hackerrank 2. publish my first website on  GitHub 3. edit my account on LinkedIn 4. start my program in frontend development on Coursera 5. take more than a course on C 6. Start a course related to computer architecture.  7. Start reading about Deep Learning But, How under quarantine I could do all of that.  First of all, I knew how this is a competitive field.  1. I put a counter to know how much time I ...

My Story with Problem Solving

Hackerranck is a website full of problems that need to be solved by an algorithm or a data structure way. I knew about it while studying the Programming course at my university. The website is usable and you will like to solve on. My skills were so small and still, but I've reached 4 stars in the problem-solving path. which I'm so proud of.  I've solved 60 problems in 3 months, which is good compared to my level in programming. In my university, we learned how to code using Python 3 and I learned C, C++ on my own before. Hackerranck is consists of more than a path. There is a language path like learning Java, Ruby, Python, and so on. There is also a chapter related to data and statistics. Finally, it has a problem-solving chapter.  I think the biggest benefit I got from this experience that I don't need to fear before solving any problem also I don't mind taking more than an hour solving an easy problem. I always wanted to upgrade my way of solving, ...