Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau-J committed Oct 8, 2023
1 parent 39fde1f commit 5d37429
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Basically, rtmlib only requires these dependencies:
- opencv-contrib-python
- onnxruntime

Optionally, you can use other common backends like opencv, onnxruntime, tensorrt to accelerate the inference process.
Optionally, you can use other common backends like opencv, onnxruntime, openvino, tensorrt to accelerate the inference process.

- For openvino users, please add the path `<your python path>\envs\<your env name>\Lib\site-packages\openvino\libs` into your environment path.

## Installation

Expand All @@ -34,6 +36,7 @@ pip install -e .
# [optional]
# pip install onnxruntime-gpu
# pip install openvino

```

## Quick Start
Expand Down

0 comments on commit 5d37429

Please sign in to comment.