From aa9abadfeb0cb82fdc7cf732a9d7ccfcb91b25ce Mon Sep 17 00:00:00 2001 From: H1Gdev Date: Tue, 21 Apr 2020 15:29:47 +0900 Subject: [PATCH] Fix bad link and update graph text in hello_world_android.md. --- mediapipe/docs/hello_world_android.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mediapipe/docs/hello_world_android.md b/mediapipe/docs/hello_world_android.md index eb186d657..b89deb708 100644 --- a/mediapipe/docs/hello_world_android.md +++ b/mediapipe/docs/hello_world_android.md @@ -31,8 +31,8 @@ We will be using the following graph, [`edge_detection_mobile_gpu.pbtxt`]: ``` # MediaPipe graph that performs GPU Sobel edge detection on a live video stream. -# Used in the examples -# mediapipe/examples/android/src/java/com/mediapipe/apps/edgedetectiongpu. +# Used in the examples in +# mediapipe/examples/android/src/java/com/mediapipe/apps/edgedetectiongpu and # mediapipe/examples/ios/edgedetectiongpu. # Images coming into and out of the graph. @@ -720,7 +720,7 @@ If you ran into any issues, please see the full code of the tutorial [CameraX]:https://developer.android.com/training/camerax [`CameraXPreviewHelper`]:https://github.com/google/mediapipe/tree/master/mediapipe/java/com/google/mediapipe/components/CameraXPreviewHelper.java [developer options]:https://developer.android.com/studio/debug/dev-options -[`edge_detection_mobile_gpu.pbtxt`]:https://github.com/google/mediapipe/tree/master/mediapipe/graphs/object_detection/object_detection_mobile_gpu.pbtxt +[`edge_detection_mobile_gpu.pbtxt`]:https://github.com/google/mediapipe/tree/master/mediapipe/graphs/edge_detection/edge_detection_mobile_gpu.pbtxt [`EdgeDetectionGPU` example]:https://github.com/google/mediapipe/tree/master/mediapipe/examples/android/src/java/com/google/mediapipe/apps/edgedetectiongpu/ [`EglManager`]:https://github.com/google/mediapipe/tree/master/mediapipe/java/com/google/mediapipe/glutil/EglManager.java [`ExternalTextureConverter`]:https://github.com/google/mediapipe/tree/master/mediapipe/java/com/google/mediapipe/components/ExternalTextureConverter.java