Skip to content

zhyeong/IntroAI_Team16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

IntroAI_Team16

Overview

Foot detection for communication

This project is made for the communication using feet. We motivated by contacting hands to buttons in the elevator. Because of COVID 19, we are sensitive to contact to something. Therefore, we think about AI that selects a floor with feet position.

Usage

Front

You can access our web site by executing Foot.html. So you can see 15 feet positions mean 15 floors. 웹 페이지1

There are 5 sole types and you can make your own feet position. By several manipulating, you can rotate, cut soles. 웹 페이지2

Back

There are two directory: one is composed of python files and the trained model that predicts the floor number and the other is composed of .ipynb files that trains model, tests model and so on.

EfficientNet

We use one of the most powerful CNNs for classification, EfficientNet made in 2019. Its new idea is to control three parameter: width, depth and resolution. It has lots of levels such as B0, B1 and so on. However, size and resolution of our data are small so, we use EfficientNet B0. Furthermore, we generated 6000 images by hand and these are less than general. Therefore, we use pre-trained model and fine-tuning. EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks

About

Foot detection for communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published