Project import generated by Copybara.
GitOrigin-RevId: 87e46800807001e01d686fd7bcc2533714556920
This commit is contained in:
@@ -380,7 +380,7 @@ To build and run iOS apps:
|
||||
4. Install the needed packages.
|
||||
|
||||
```bash
|
||||
username@DESKTOP-TMVLBJ1:~$ sudo apt-get update && sudo apt-get install -y --no-install-recommends build-essential git python zip adb openjdk-8-jdk
|
||||
username@DESKTOP-TMVLBJ1:~$ sudo apt-get update && sudo apt-get install -y build-essential git python zip adb openjdk-8-jdk
|
||||
```
|
||||
|
||||
5. Install Bazel (0.24.1 and above required).
|
||||
|
||||
@@ -5,7 +5,7 @@ This doc focuses on the
|
||||
that performs object detection and tracking.
|
||||
Note that object detection is using TensorFlow Lite on GPU while tracking is using CPU.
|
||||
|
||||
For overall context on hand detection and hand tracking, please read this
|
||||
For overall context on object detection and tracking, please read this
|
||||
[Google Developer Blog](https://mediapipe.page.link/objecttrackingblog).
|
||||
|
||||

|
||||
@@ -437,7 +437,7 @@ node: {
|
||||
|
||||
### Renderer Subgraph
|
||||
|
||||

|
||||

|
||||
|
||||
[Source pbtxt file](https://github.com/google/mediapipe/tree/master/mediapipe/graphs/tracking/subgraphs/renderer_gpu.pbtxt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user