Skip to content

Commit 244d237

Browse files
author
dhsu
committed
updated setup process
1 parent 208cf13 commit 244d237

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Mediapipe Rotations
22

3+
### Currently in development process.
34
Future python package to calculate rotation data for Googles Mediapipe Detection data.
4-
Currently in development process.
5+
The calculations heavly relys on the crate `cgt_math` which is still in development process..
56

67
### Setup dev enviroment
8+
Either run the `setup.bash` or setup manually:
9+
710
```
811
python3 -m venv venv
912
source venv/bin/activate
@@ -12,7 +15,6 @@ maturin develop
1215
pytest
1316
```
1417

15-
1618
### Usage Example
1719
```
1820
import mediapipe as mp

build.bash setup.bash

File renamed without changes.

0 commit comments

Comments
 (0)