Skip to content

Commit 13fc095

Browse files
authored
Update README.md
1 parent 01543e1 commit 13fc095

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ https://pypi.org/project/openpifpaf/
99

1010
https://openaccess.thecvf.com/content_CVPR_2019/html/Kreiss_PifPaf_Composite_Fields_for_Human_Pose_Estimation_CVPR_2019_paper.html
1111

12-
The detection can run on both GPU and CPU, but GPU has been intentionally disabled to run tests solely on CPU.
12+
The detection can run on both GPU and CPU.
13+
14+
## Demo Results
15+
![Walking Trip](https://github.com/cwlroda/falldetection_openpifpaf/blob/master/media/walking_trip.gif)
16+
![Stubbed Toe](https://github.com/cwlroda/falldetection_openpifpaf/blob/master/media/stubbed_toe.gif)
17+
![Drunk](https://github.com/cwlroda/falldetection_openpifpaf/blob/master/media/drunk.gif)
1318

1419
## Environment
1520
- Ubuntu 18.04 x86_64
@@ -18,6 +23,12 @@ The detection can run on both GPU and CPU, but GPU has been intentionally disabl
1823
- USB Camera/Video/RTSP Stream
1924

2025
## Usage
26+
**Setup Conda Environment**
27+
```console
28+
$ conda create --name falldetection_openpifpaf python=3.7.6
29+
$ conda activate falldetection_openpifpaf
30+
```
31+
**Clone Repository**
2132
```console
2233
$ git clone https://github.com/cwlroda/falldetection_openpifpaf.git
2334
```
@@ -28,12 +39,7 @@ $ pip3 install openpifpaf
2839
**Copy Source Files**
2940
```console
3041
$ cd {home_dir}/anaconda3/lib/python3.7/site-packages/openpifpaf
31-
Replace ALL files in that folder with the files in this repository
32-
```
33-
**Setup Conda Environment**
34-
```console
35-
$ conda create --name falldetection_openpifpaf python=3.7.6
36-
$ conda activate falldetection_openpifpaf
42+
Replace ALL files in that folder with the files in falldetection_openpifpaf
3743
```
3844
**Prerequisites**
3945
```console

0 commit comments

Comments
 (0)