Skip to content

Commit

Permalink
add face_tracking and ignore model files #30
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Feb 20, 2024
1 parent 13fe768 commit fa7fc43
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
## temporal vim files
*.sw*

##temporal model files
blaze_face_short_range.tflite
face_landmarker.task

## files for html-slides
_site/
**/*.jekyll-cache
Expand Down
18 changes: 18 additions & 0 deletions rerun/examples/face_tracking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# face_tracking

## Download scripts
```
wget https://raw.githubusercontent.com/rerun-io/rerun/main/examples/python/face_tracking/requirements.txt
wget https://raw.githubusercontent.com/rerun-io/rerun/main/examples/python/face_tracking/main.py
```


## Run scripts
mamba activate rrVE
pip install -r requirements.txt
python main.py


## Reference
https://github.com/rerun-io/rerun/tree/main/examples/python/face_tracking

Loading

0 comments on commit fa7fc43

Please sign in to comment.