Skip to content

손으로 프로젝트 - 지화 모델 제작

Notifications You must be signed in to change notification settings

updaun/son-eulo

Repository files navigation

지화 모델 구축(손으로 프로젝트)


image

image

image

image

image

image

image

image

image

image

기업 프로젝트 성과 발표


광주인공지능사관학교 졸업식 발표 영상

이미지를 클릭하면 유튜브 영상이 나옵니다.

Video Label

시연 영상


🚩 주소입력 (첨단과기로339)

test1

🎓 교장샘 싸랑해요 💖

user_test_daun

☕ 아메리카노

test3

🥃 카페라떼

test4

Directory Structure

.
├── README.md
├── requirements.txt 
├── son-eulo_app.py 
├── examples
│   ├── check_moving : 손목 움직임 감지
│   │    └── check_moving_test.py
│   ├── integration : UI 통합
│   │    └── integration_demo_complete.py
│   ├── J : 자음
│   │    ├── hand_migration_h5.py
│   │    └── hand_migration_tflite.py
│   ├── M : 모음
│   │    ├── hand_migration_h5.py
│   │    └── hand_migration_tflite.py
│   ├── JM : 자음 + 모음
│   │    ├── scale_migration_tflite.py
│   │    └── vector_migration_tflite.py
│   ├── keyboard : 키보드 입력
│   │    ├── hangul_utils_test.py
│   │    └── typing_complete_vector.py
│   ├── similar_text_detection : "ㄹ", "ㅌ" 구분
│   │    └── similar_text_detection.py
│   ├── KSLN : 지숫자
│   │    └── hand_numcount_complete.py
│   ├── scale_norm : 좌표정규화
│   │    ├── auto_create_dataset.py
│   │    ├── cam_create_dataset.py
│   │    ├── test_gesture_tflite.py
│   │    └── test_gesture.py
│   ├── vector_norm : 벡터정규화
│   │    ├── auto_create_dataset.py
│   │    ├── cam_create_dataset.py
│   │    ├── test_gesture_tflite.py
│   └──  └── test_gesture.py
├── models
│   ├── J : 자음 
│   ├── M : 모음
│   ├── JM : 자음 + 모음
│   │    ├── scale_norm : 좌표 정규화
│   │    └── vector_norm : 벡터 정규화
│   └── point_history_classifier
├── fonts
├── images/button_image : UI 버튼 이미지
├── modules : Mediapipe Class Modules
│   ├── HandTrackingModules.py
└── └── HolisticModule.py

Get Started

python 3.8
pip install -r requirements.txt
python son-eulo_app.py

시연 영상(숫자)


숫자 0~5

1to5

숫자 6~10

6to10

숫자 11~12

11to12

숫자 13~16

13to16

숫자 17~20

17to20

About

손으로 프로젝트 - 지화 모델 제작

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages