Skip to content

JisuHann/Autonomous-Driving-Cart-MEME

 
 

Repository files navigation

Hits


Markdownify
Autonomous Driving Trolley, MEME

당신의 쇼핑 생활을 upgrade해 줄 MEME.

Project OverviewHow To UseContributors & BlogsReferencesAwards & PatentsLicense

Presentation VideoPaperPosterNotionGitHub

✨ Project Overview

‼️ Key Features

  1. Object Tracking System with YOLOv5 & DeepSORT
  2. Keyword Spotting: RNN model on word "미미야"
  3. Realtime Location Track with LiDAR Sensor
  4. Emergency Detection with ultrasonic Sensor
  5. Embedding System

⚒️ System Architecture

Markdownify

🛎️ Quick Start

본 시스템은 Ubuntu 18.04, ROS Melodic 환경에서 작동됩니다. 다음과 같은 라이브러리 설치가 필요합니다.

  • Python 3버전 이상
  • numpy
  • scipy
  • opencv-python
  • sklearn
  • torch ≥ 1.7
  • torchvision ≥ 0.1
  • pillow
  • vizer
  • edict

  1. Clone this repository & install requirements
$ git clone https://github.com/MEME-Phoenix/MEME.git
$ pip install -U -r requirements.txt #위 requirements 설치
  1. Download YOLOv3 parameter
$ cd detector/YOLOv3/weight/
$ wget https://pjreddie.com/media/files/yolov3.weights
$ wget https://pjreddie.com/media/files/yolov3-tiny.weights
$ cd ../../../
  1. Download DeepSORT parameters ckpt.t7
$ cd deep_sort/deep/checkpoint
# download ckpt.t7 from
https://drive.google.com/drive/folders/1xhG0kRH1EX5B9_Iz8gQJb7UNnn_riXi6 to this folder
$ cd ../../../
  1. Compile nms module
cd detector/YOLOv3/nms
sh build.sh
cd ../../..
  1. Rum Demo
$ usage: python3 train.py VIDEO_PATH
                          [--source 0] #실시간
                          [--source [mp4 file name]] #영상 첨부시

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

🔭 References

  1. Object Tracking
  2. Keyword Spotting
  3. Embedding System

🏆 Awards & Patents

  • 2021 특허 출원 완료(P2021-0069KR)
  • 2021 한국정보처리학회 논문 게재
  • 2020 캡스톤경진대회 창업아이디어 부문 우수상
  • 2021 캡스톤디자인프로젝트 포스터세션 최우수상
  • 2021 SW인재페스티벌 이화여자대학교 대표로 참가, 42팀 중 인기상 수상

License

Copyright (c) 2021 MEME-Phoenix See the file license.txt for copying permission. LICENSE를 참고하세요.

About

2021 그로쓰학기 | Autonomous Driving Cart, MEME

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.1%
  • Jupyter Notebook 47.0%
  • Other 0.9%