Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
westbro-zo committed May 21, 2017
1 parent 52fd97c commit aa157d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![BUILD STATUS](https://img.shields.io/travis/USER/REPO/BRANCH.svg)](#)
[![MIT LICENSE](https://img.shields.io/packagist/l/doctrine/orm.svg?maxAge=2592000)](#)


## PEOPLE INSIDE
At meal time, there are too many people in a restaurant. So we have to wait in the restaurant. We want to check the number of indoor people in advance.
PEOPLE INSIDE is **a real-time people counting system using ultrasonic sensors**.
Expand Down Expand Up @@ -37,6 +36,8 @@ If the **A** sensor detects a person first, it means *IN*. And the reverse, it m
![principle](./projects/img/principle.png)

## How To Use
- **Classification Algorithmㅡ** we made classification algorithm that classifies Serial datas which one is *IN* and *OUT*.
- **Random Forestㅡ** we collect data sets we need, then

## Classifiaction Algorithm

Expand Down

0 comments on commit aa157d9

Please sign in to comment.