Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Define_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Hong
2020-06-18 18:06:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a4eada8a58e8f353df6c782d9a78979b4a48d82
5a4eada8
1 parent
74753fc1
updateREADME
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
1 deletions
README.md
README.md
View file @
5a4eada
...
...
@@ -13,4 +13,48 @@
-
(20.04.11)3월 면담확인서 업로드
-
(20.04.12)기초조사서 업로드
-
(20.05.04)2차3차 면담확인서 업로드
-
(20.05.04)면담확인서 메일내용추가
\ No newline at end of file
-
(20.05.04)면담확인서 메일내용추가
-
(20.06.16)KCC제출용보고서 추가
-
(20.06.16)기본웹페이지 작성
-
(20.06.17)yolov4를 이용한 사람인식 추가
-
(20.06.17)웹 yolo 연동
-
(20.06.18)키바나를 이용한 데이터 분석페이지 작성
-
(20.06.18)웹 키바나 연동
# 사용방법
---
0.
Requirements
-
파이썬용 requirements 설치
```
cd code/
pip install -r requirements.txt
```
-
mp4용 코덱 설치
1.
openh264-1.8.0-win64.dll.bz2 압축헤제
2.
openh264-1.8.0-win64.dll 파일 C:
\W
indows
\S
ystem32 로 이동
-
NODEJS용 requirments 설치
```
cd web/
npm install
```
-
yolo용 트레이닝셋 설치
-
weights 설치
[
yolov4.weights
](
https://drive.google.com/file/d/1cewMfusmPjYWbrnuJRuKhPMwRe_b9PaT/view
)
-
weight code/deep_sort_yolov4/model_data/로 이동
-
convert 실행
```
cd deep_sort_yolov4/
python convert.py model_data/yolov4.cfg model_data/yolov4.weights model_data/yolo.h5
```
1. 웹 실행
- 웹서버 실행
```
cd web/
npm start
```
- 웹서버 접속(localhost:3000)
2. yolov4 실행
```
cd deep_sort_yolov4/
python main.py 비디오명
```
...
...
Please
register
or
login
to post a comment