Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/19-other-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This template is for miscellaneous issues not covered by the other issue categor

For questions on how to work with MediaPipe, or support for problems that are not verified bugs in MediaPipe, please go to [StackOverflow](https://stackoverflow.com/questions/tagged/mediapipe) and [Slack](https://mediapipe.page.link/joinslack) communities.

If you are reporting a vulnerability, please use the [dedicated reporting process](https://github.com/google/mediapipe/security).
If you are reporting a vulnerability, please use the [dedicated reporting process](https://github.com/google-ai-edge/mediapipe/security).

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ iOS), web, desktop, edge devices, and IoT, effortlessly.

## Get started

You can get started with MediaPipe Solutions by by checking out any of the
You can get started with MediaPipe Solutions by checking out any of the
developer guides for
[vision](https://developers.google.com/mediapipe/solutions/vision/object_detector),
[text](https://developers.google.com/mediapipe/solutions/text/text_classifier),
Expand All @@ -46,7 +46,7 @@ apply artificial intelligence (AI) and machine learning (ML) techniques in your
applications. You can plug these solutions into your applications immediately,
customize them to your needs, and use them across multiple development
platforms. MediaPipe Solutions is part of the MediaPipe [open source
project](https://github.com/google/mediapipe), so you can further customize the
project](https://github.com/google-ai-edge/mediapipe), so you can further customize the
solutions code to meet your application needs.

These libraries and resources provide the core functionality for each MediaPipe
Expand All @@ -71,11 +71,11 @@ These tools let you customize and evaluate solutions:
We have ended support for [these MediaPipe Legacy Solutions](https://developers.google.com/mediapipe/solutions/guide#legacy)
as of March 1, 2023. All other MediaPipe Legacy Solutions will be upgraded to
a new MediaPipe Solution. See the [Solutions guide](https://developers.google.com/mediapipe/solutions/guide#legacy)
for details. The [code repository](https://github.com/google/mediapipe/tree/master/mediapipe)
for details. The [code repository](https://github.com/google-ai-edge/mediapipe/tree/master/mediapipe)
and prebuilt binaries for all MediaPipe Legacy Solutions will continue to be
provided on an as-is basis.

For more on the legacy solutions, see the [documentation](https://github.com/google/mediapipe/tree/master/docs/solutions).
For more on the legacy solutions, see the [documentation](https://github.com/google-ai-edge/mediapipe/tree/master/docs/solutions).

## Framework

Expand Down Expand Up @@ -108,7 +108,7 @@ concepts](https://developers.google.com/mediapipe/framework/framework_concepts/o
## Contributing

We welcome contributions. Please follow these
[guidelines](https://github.com/google/mediapipe/blob/master/CONTRIBUTING.md).
[guidelines](https://github.com/google-ai-edge/mediapipe/blob/master/CONTRIBUTING.md).

We use GitHub issues for tracking requests and bugs. Please post questions to
the MediaPipe Stack Overflow with a `mediapipe` tag.
Expand Down
2 changes: 1 addition & 1 deletion docs/build_model_maker_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

_URL_PREFIX = flags.DEFINE_string(
'code_url_prefix',
'https://github.com/google/mediapipe/tree/master/mediapipe/model_maker',
'https://github.com/google-ai-edge/mediapipe/tree/master/mediapipe/model_maker',
'The url prefix for links to code.')

_SEARCH_HINTS = flags.DEFINE_bool(
Expand Down
2 changes: 1 addition & 1 deletion docs/build_py_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

_URL_PREFIX = flags.DEFINE_string(
'code_url_prefix',
'https://github.com/google/mediapipe/blob/master/mediapipe',
'https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe',
'The url prefix for links to code.')

_SEARCH_HINTS = flags.DEFINE_bool(
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/android_archive_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ each project.
Build the MediaPipe binary graph and copy the assets into
app/src/main/assets, e.g., for the face detection graph, you need to build
and copy
[the binary graph](https://github.com/google/mediapipe/blob/master/mediapipe/examples/android/src/java/com/google/mediapipe/apps/facedetectiongpu/BUILD#L41)
[the binary graph](https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe/examples/android/src/java/com/google/mediapipe/apps/facedetectiongpu/BUILD#L41)
and
[the face detection tflite model](https://github.com/google/mediapipe/tree/master/mediapipe/modules/face_detection/face_detection_short_range.tflite).
[the face detection tflite model](https://github.com/google-ai-edge/mediapipe/tree/master/mediapipe/modules/face_detection/face_detection_short_range.tflite).

```bash
bazel build -c opt mediapipe/graphs/face_detection:face_detection_mobile_gpu_binary_graph
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/hello_world_cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ as the primary developer documentation site for MediaPipe as of April 3, 2023.*
2. To run the [`hello world`] example:

```bash
$ git clone https://github.com/google/mediapipe.git
$ git clone https://github.com/google-ai-edge/mediapipe.git
$ cd mediapipe

$ export GLOG_logtostderr=1
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ answers and support from the MediaPipe community.
## Bugs and feature requests

To report bugs or make feature requests,
[file an issue on GitHub](https://github.com/google/mediapipe/issues).
[file an issue on GitHub](https://github.com/google-ai-edge/mediapipe/issues).

If you open a GitHub issue, here is our policy:

Expand Down
26 changes: 13 additions & 13 deletions docs/getting_started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install --user six`.

```bash
$ cd $HOME
$ git clone --depth 1 https://github.com/google/mediapipe.git
$ git clone --depth 1 https://github.com/google-ai-edge/mediapipe.git

# Change directory into MediaPipe root directory
$ cd mediapipe
Expand Down Expand Up @@ -301,7 +301,7 @@ build issues.
2. Checkout MediaPipe repository.

```bash
$ git clone --depth 1 https://github.com/google/mediapipe.git
$ git clone --depth 1 https://github.com/google-ai-edge/mediapipe.git

# Change directory into MediaPipe root directory
$ cd mediapipe
Expand Down Expand Up @@ -430,7 +430,7 @@ build issues.
3. Checkout MediaPipe repository.

```bash
$ git clone --depth 1 https://github.com/google/mediapipe.git
$ git clone --depth 1 https://github.com/google-ai-edge/mediapipe.git

$ cd mediapipe
```
Expand Down Expand Up @@ -604,7 +604,7 @@ next section.
7. Checkout MediaPipe repository.

```
C:\Users\Username\mediapipe_repo> git clone --depth 1 https://github.com/google/mediapipe.git
C:\Users\Username\mediapipe_repo> git clone --depth 1 https://github.com/google-ai-edge/mediapipe.git

# Change directory into MediaPipe root directory
C:\Users\Username\mediapipe_repo> cd mediapipe
Expand All @@ -629,7 +629,7 @@ next section.
Note: For building MediaPipe on Windows, please add `--action_env
PYTHON_BIN_PATH="C://path//to//python.exe"` to the build command.
Alternatively, you can follow
[issue 724](https://github.com/google/mediapipe/issues/724) to fix the
[issue 724](https://github.com/google-ai-edge/mediapipe/issues/724) to fix the
python configuration manually.

```
Expand Down Expand Up @@ -694,7 +694,7 @@ cameras. Alternatively, you use a video file as input.
6. Checkout MediaPipe repository.

```bash
username@DESKTOP-TMVLBJ1:~$ git clone --depth 1 https://github.com/google/mediapipe.git
username@DESKTOP-TMVLBJ1:~$ git clone --depth 1 https://github.com/google-ai-edge/mediapipe.git

username@DESKTOP-TMVLBJ1:~$ cd mediapipe
```
Expand Down Expand Up @@ -785,7 +785,7 @@ This will use a Docker image that will isolate mediapipe's installation from the
2. Build a docker image with tag "mediapipe".

```bash
$ git clone --depth 1 https://github.com/google/mediapipe.git
$ git clone --depth 1 https://github.com/google-ai-edge/mediapipe.git
$ cd mediapipe
$ docker build --tag=mediapipe .

Expand Down Expand Up @@ -866,9 +866,9 @@ common build issues.
docker run -i -t mediapipe:latest
``` -->

[`WORKSPACE`]: https://github.com/google/mediapipe/blob/master/WORKSPACE
[`opencv_linux.BUILD`]: https://github.com/google/mediapipe/tree/master/third_party/opencv_linux.BUILD
[`ffmpeg_linux.BUILD`]:https://github.com/google/mediapipe/tree/master/third_party/ffmpeg_linux.BUILD
[`opencv_macos.BUILD`]: https://github.com/google/mediapipe/tree/master/third_party/opencv_macos.BUILD
[`ffmpeg_macos.BUILD`]:https://github.com/google/mediapipe/tree/master/third_party/ffmpeg_macos.BUILD
[`setup_opencv.sh`]: https://github.com/google/mediapipe/blob/master/setup_opencv.sh
[`WORKSPACE`]: https://github.com/google-ai-edge/mediapipe/blob/master/WORKSPACE
[`opencv_linux.BUILD`]: https://github.com/google-ai-edge/mediapipe/tree/master/third_party/opencv_linux.BUILD
[`ffmpeg_linux.BUILD`]:https://github.com/google-ai-edge/mediapipe/tree/master/third_party/ffmpeg_linux.BUILD
[`opencv_macos.BUILD`]: https://github.com/google-ai-edge/mediapipe/tree/master/third_party/opencv_macos.BUILD
[`ffmpeg_macos.BUILD`]:https://github.com/google-ai-edge/mediapipe/tree/master/third_party/ffmpeg_macos.BUILD
[`setup_opencv.sh`]: https://github.com/google-ai-edge/mediapipe/blob/master/setup_opencv.sh
4 changes: 2 additions & 2 deletions docs/getting_started/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ example apps, start from, start from
5. Clone the MediaPipe repository.

```bash
git clone https://github.com/google/mediapipe.git
git clone https://github.com/google-ai-edge/mediapipe.git
```

### Set up a bundle ID prefix
Expand Down Expand Up @@ -226,7 +226,7 @@ developer (yourself) is trusted.
You may see a permission request from `codesign` in order to sign the app.

Tip: If you are using custom provisioning, you can run this
[script](https://github.com/google/mediapipe/blob/master/build_ios_examples.sh)
[script](https://github.com/google-ai-edge/mediapipe/blob/master/build_ios_examples.sh)
to build all MediaPipe iOS example apps.

3. In Xcode, open the `Devices and Simulators` window (command-shift-2).
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ hosted by Google sites. In some regions, you may need to set up a network proxy
or use a VPN to access those resources. You may also need to append
`--host_jvm_args "-DsocksProxyHost=<ip address> -DsocksProxyPort=<port number>"`
to the Bazel command. See
[this GitHub issue](https://github.com/google/mediapipe/issues/581#issuecomment-610356857)
[this GitHub issue](https://github.com/google-ai-edge/mediapipe/issues/581#issuecomment-610356857)
for more details.

If you believe that it's not a network issue, another possibility is that some
Expand All @@ -101,7 +101,7 @@ usually indicates that OpenCV is not properly configured for MediaPipe. Please
take a look at the "Install OpenCV and FFmpeg" sections in
[Installation](./install.md) to see how to modify MediaPipe's WORKSPACE and
linux_opencv/macos_opencv/windows_opencv.BUILD files for your local opencv
libraries. [This GitHub issue](https://github.com/google/mediapipe/issues/666)
libraries. [This GitHub issue](https://github.com/google-ai-edge/mediapipe/issues/666)
may also help.

## Python pip install failure
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ iOS), web, desktop, edge devices, and IoT, effortlessly.

## Get started

You can get started with MediaPipe Solutions by by checking out any of the
You can get started with MediaPipe Solutions by checking out any of the
developer guides for
[vision](https://developers.google.com/mediapipe/solutions/vision/object_detector),
[text](https://developers.google.com/mediapipe/solutions/text/text_classifier),
Expand All @@ -46,7 +46,7 @@ apply artificial intelligence (AI) and machine learning (ML) techniques in your
applications. You can plug these solutions into your applications immediately,
customize them to your needs, and use them across multiple development
platforms. MediaPipe Solutions is part of the MediaPipe [open source
project](https://github.com/google/mediapipe), so you can further customize the
project](https://github.com/google-ai-edge/mediapipe), so you can further customize the
solutions code to meet your application needs.

These libraries and resources provide the core functionality for each MediaPipe
Expand All @@ -71,11 +71,11 @@ These tools let you customize and evaluate solutions:
We have ended support for [these MediaPipe Legacy Solutions](https://developers.google.com/mediapipe/solutions/guide#legacy)
as of March 1, 2023. All other MediaPipe Legacy Solutions will be upgraded to
a new MediaPipe Solution. See the [Solutions guide](https://developers.google.com/mediapipe/solutions/guide#legacy)
for details. The [code repository](https://github.com/google/mediapipe/tree/master/mediapipe)
for details. The [code repository](https://github.com/google-ai-edge/mediapipe/tree/master/mediapipe)
and prebuilt binaries for all MediaPipe Legacy Solutions will continue to be
provided on an as-is basis.

For more on the legacy solutions, see the [documentation](https://github.com/google/mediapipe/tree/master/docs/solutions).
For more on the legacy solutions, see the [documentation](https://github.com/google-ai-edge/mediapipe/tree/master/docs/solutions).

## Framework

Expand Down Expand Up @@ -108,7 +108,7 @@ concepts](https://developers.google.com/mediapipe/framework/framework_concepts/o
## Contributing

We welcome contributions. Please follow these
[guidelines](https://github.com/google/mediapipe/blob/master/CONTRIBUTING.md).
[guidelines](https://github.com/google-ai-edge/mediapipe/blob/master/CONTRIBUTING.md).

We use GitHub issues for tracking requests and bugs. Please post questions to
the MediaPipe Stack Overflow with a `mediapipe` tag.
Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/holistic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: forward
target: https://github.com/google/mediapipe/blob/master/docs/solutions/holistic.md
target: https://github.com/google-ai-edge/mediapipe/blob/master/docs/solutions/holistic.md
title: Holistic
parent: MediaPipe Legacy Solutions
nav_order: 6
Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/media_sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ process new data sets, in the documentation of
1. Checkout the mediapipe repository

```bash
git clone https://github.com/google/mediapipe.git
git clone https://github.com/google-ai-edge/mediapipe.git
cd mediapipe
```

Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ has_toc: false
as of March 1, 2023. All other
[MediaPipe Legacy Solutions will be upgraded](https://developers.google.com/mediapipe/solutions/guide#legacy)
to a new MediaPipe Solution. The
[code repository](https://github.com/google/mediapipe/tree/master/mediapipe)
[code repository](https://github.com/google-ai-edge/mediapipe/tree/master/mediapipe)
and prebuilt binaries for all MediaPipe Legacy Solutions will continue to
be provided on an as-is basis. We encourage you to check out the new MediaPipe
Solutions at:
Expand Down
4 changes: 2 additions & 2 deletions docs/solutions/youtube_8m.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ videos.
### Steps to run the YouTube-8M feature extraction graph

1. Checkout the repository and follow
[the installation instructions](https://github.com/google/mediapipe/blob/master/mediapipe/docs/install.md)
[the installation instructions](https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe/docs/install.md)
to set up MediaPipe.

```bash
git clone https://github.com/google/mediapipe.git
git clone https://github.com/google-ai-edge/mediapipe.git
cd mediapipe
```

Expand Down
4 changes: 2 additions & 2 deletions docs/tools/visualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ the subgraph's definition.

For instance, there are two graphs involved in
[MediaPipe Hands](../solutions/hands.md): the main graph
([source pbtxt file](https://github.com/google/mediapipe/blob/master/mediapipe/graphs/hand_tracking/hand_detection_mobile.pbtxt))
([source pbtxt file](https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe/graphs/hand_tracking/hand_detection_mobile.pbtxt))
and its associated subgraph
([source pbtxt file](https://github.com/google/mediapipe/blob/master/mediapipe/graphs/hand_tracking/subgraphs/hand_detection_gpu.pbtxt)).
([source pbtxt file](https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe/graphs/hand_tracking/subgraphs/hand_detection_gpu.pbtxt)).
To visualize them:

* In the MediaPipe visualizer, click on the upload graph button and select the
Expand Down
4 changes: 2 additions & 2 deletions mediapipe/examples/desktop/autoflip/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Steps to run the AutoFlip video cropping graph

1. Checkout the repository and follow
[the installation instructions](https://github.com/google/mediapipe/blob/master/mediapipe/docs/install.md)
[the installation instructions](https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe/docs/install.md)
to set up MediaPipe.

```bash
git clone https://github.com/google/mediapipe.git
git clone https://github.com/google-ai-edge/mediapipe.git
cd mediapipe
```

Expand Down
4 changes: 2 additions & 2 deletions mediapipe/examples/desktop/youtube8m/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Steps to run the YouTube-8M feature extraction graph

1. Checkout the repository and follow
[the installation instructions](https://github.com/google/mediapipe/blob/master/docs/getting_started/install.md)
[the installation instructions](https://github.com/google-ai-edge/mediapipe/blob/master/docs/getting_started/install.md)
to set up MediaPipe.

```bash
git clone https://github.com/google/mediapipe.git
git clone https://github.com/google-ai-edge/mediapipe.git
cd mediapipe
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class GestureClassifierOptions:
score_thresholding: Parameters to performs thresholding on output tensor
values [1].
[1]:
https://github.com/google/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L468
https://github.com/google-ai-edge/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L468
"""
model_buffer: bytearray
labels: metadata_writer.Labels
Expand Down
2 changes: 1 addition & 1 deletion mediapipe/model_maker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _setup_build_dir():
setuptools.setup(
name='mediapipe-model-maker',
version=__version__,
url='https://github.com/google/mediapipe/tree/master/mediapipe/model_maker',
url='https://github.com/google-ai-edge/mediapipe/tree/master/mediapipe/model_maker',
description='MediaPipe Model Maker is a simple, low-code solution for customizing on-device ML models',
author='The MediaPipe Authors',
author_email='mediapipe@google.com',
Expand Down
2 changes: 1 addition & 1 deletion mediapipe/tasks/python/metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def convert_to_json(
custom metadata name [1], value is the filepath that defines custom
metadata schema. For instance, custom_metadata_schema =
{"SEGMENTER_METADATA": "metadata/vision_tasks_metadata_schema.fbs"}. [1]:
https://github.com/google/mediapipe/blob/46b5c4012d2ef76c9d92bb0d88a6b107aee83814/mediapipe/tasks/metadata/metadata_schema.fbs#L612
https://github.com/google-ai-edge/mediapipe/blob/46b5c4012d2ef76c9d92bb0d88a6b107aee83814/mediapipe/tasks/metadata/metadata_schema.fbs#L612

Returns:
Metadata in JSON format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def create(
calibration.

[1]:
https://github.com/google/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L389
https://github.com/google-ai-edge/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L389
[2]:
https://github.com/google/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L99
https://github.com/google-ai-edge/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L99
[3]:
https://github.com/google/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L456
https://github.com/google-ai-edge/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L456

Returns:
A MetadataWriter object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def create(
tensor [2].
activation: activation function for the output layer.
[1]:
https://github.com/google/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L389
https://github.com/google-ai-edge/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L389
[2]:
https://github.com/google/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L116
https://github.com/google-ai-edge/mediapipe/blob/f8af41b1eb49ff4bdad756ff19d1d36f486be614/mediapipe/tasks/metadata/metadata_schema.fbs#L116

Returns:
A MetadataWriter object.
Expand Down
Loading