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:09:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9569542a21df0e8035553fb56ef99c6a9936be3e
9569542a
1 parent
5a4eada8
updateREADME
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
README.md
README.md
View file @
9569542
...
...
@@ -24,20 +24,20 @@
# 사용방법
---
0.
Requirements
-
파이썬용 requirements 설치
```
cd code/
pip install -r requirements.txt
```
-
mp4용 코덱 설치
-
파이썬용 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용 트레이닝셋 설치
-
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/로 이동
...
...
@@ -47,14 +47,14 @@ npm install
python convert.py model_data/yolov4.cfg model_data/yolov4.weights model_data/yolo.h5
```
1.
웹 실행
- 웹서버 실행
```
cd web/
npm start
```
- 웹서버 접속(localhost:3000)
-
웹서버 실행
```
cd web/
npm start
```
-
웹서버 접속(localhost:3000)
2.
yolov4 실행
```
cd deep_sort_yolov4/
python main.py 비디오명
```
```
cd deep_sort_yolov4/
python main.py 비디오명
```
...
...
Please
register
or
login
to post a comment