Skip to content

Commit

Permalink
chore: update TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Sep 26, 2020
1 parent a165394 commit e403344
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ It is also necessary to install .NET Core SDK(3.x) and .NET Core runtime 2.1 to
git clone https://github.com/homuler/MediapipeUnityPlugin.git
cd MediapipeUnityPlugin

### build libraries
# for GPU
# build libraries
make
# for CPU
# make MODE=cpu

# Or if you prefer to run graphs on CPU
# make MODE=cpu

make install
```
Expand Down Expand Up @@ -63,7 +63,6 @@ InternalException: INTERNAL: ; eglMakeCurrent() returned error 0x3000_mediapipe/

### TODO
- [ ] Box Tracking (on CPU/GPU)
- [ ] Render annotations on Unity
- [ ] Android
- [ ] iOS
- [ ] Windows
Expand Down

0 comments on commit e403344

Please sign in to comment.