From 9af30f98a293a702e5c6a3363e4ecf547dff2aa9 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:32:38 +0530 Subject: [PATCH 01/88] Create build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 103 ++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/build.yaml diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml new file mode 100644 index 000000000..7f4e92e98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -0,0 +1,103 @@ +name: MediaPipe Issue Template +description: Use this template to report build/install issue +body: + - type: input + id: os + attributes: + label: OS Platform and Distribution: + description: + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 + validations: + required: true + - type: input + id: compilerversion + attributes: + label: Compiler version: + description: + placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 + validations: + required: false + - type: input + id: programminglang + attributes: + label: Programming Language and version: + description: + placeholder: e.g. C++ 14, Python 3.6, Java + validations: + required: true + - type: input + id: virtualenv + attributes: + label: Installed using virtualenv? pip? Conda?: + description: + placeholder: if python + validations: + required: false + - type: input + id: mediapipever + attributes: + label: MediaPipe version: + description: + placeholder: https://github.com/google/mediapipe/releases + validations: + required: false + - type: input + id: bazelver + attributes: + label: Bazel version: + description: + placeholder: e.g. 5.0, 5.1 etc. + validations: + required: false + - type: input + id: xcodeversion + attributes: + label: XCode and Tulsi versions : + description: + placeholder: if iOS + validations: + required: false + - type: input + id: sdkndkversion + attributes: + label: Android SDK and NDK versions : + description: + placeholder: if android + validations: + required: false + - type: input + id: androidaar + attributes: + label: Android [AAR] https://google.github.io/mediapipe/getting_started/android_archive_library.html : + description: + placeholder: if android + validations: + required: false + - type: input + id: opencvversion + attributes: + label: OpenCV version : + description: + placeholder: if running on desktop + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: Describe the problem : + description: Provide the exact sequence of commands / steps that you executed before running into the problem(https://google.github.io/mediapipe/getting_started/getting_started.html) : + placeholder: Tell us what you see! + value: "A bug happened!" + render: shell + validations: + required: true + - type: textarea + id: code-to-reproduce + attributes: + label: Complete Logs : + description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached: + placeholder: Tell us what you see! + value: + render: shell + validations: + required: true From 90c5dc19d1e5c96428ee7c8036e6c9e061897c6e Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:33:47 +0530 Subject: [PATCH 02/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 7f4e92e98..6f5357e84 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -4,7 +4,7 @@ body: - type: input id: os attributes: - label: OS Platform and Distribution: + label: OS Platform and Distribution description: placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 validations: From a235621b16a52abedff1390d1b9dc49f3bd6bddf Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:34:41 +0530 Subject: [PATCH 03/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 6f5357e84..7689f0a14 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -12,7 +12,7 @@ body: - type: input id: compilerversion attributes: - label: Compiler version: + label: Compiler version description: placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 validations: @@ -20,7 +20,7 @@ body: - type: input id: programminglang attributes: - label: Programming Language and version: + label: Programming Language and version description: placeholder: e.g. C++ 14, Python 3.6, Java validations: @@ -28,7 +28,7 @@ body: - type: input id: virtualenv attributes: - label: Installed using virtualenv? pip? Conda?: + label: Installed using virtualenv? pip? Conda? description: placeholder: if python validations: @@ -36,7 +36,7 @@ body: - type: input id: mediapipever attributes: - label: MediaPipe version: + label: MediaPipe version description: placeholder: https://github.com/google/mediapipe/releases validations: @@ -44,7 +44,7 @@ body: - type: input id: bazelver attributes: - label: Bazel version: + label: Bazel version description: placeholder: e.g. 5.0, 5.1 etc. validations: @@ -52,7 +52,7 @@ body: - type: input id: xcodeversion attributes: - label: XCode and Tulsi versions : + label: XCode and Tulsi versions description: placeholder: if iOS validations: @@ -60,7 +60,7 @@ body: - type: input id: sdkndkversion attributes: - label: Android SDK and NDK versions : + label: Android SDK and NDK versions description: placeholder: if android validations: @@ -68,7 +68,7 @@ body: - type: input id: androidaar attributes: - label: Android [AAR] https://google.github.io/mediapipe/getting_started/android_archive_library.html : + label: Android [AAR] https://google.github.io/mediapipe/getting_started/android_archive_library.html description: placeholder: if android validations: @@ -76,7 +76,7 @@ body: - type: input id: opencvversion attributes: - label: OpenCV version : + label: OpenCV version description: placeholder: if running on desktop validations: @@ -84,7 +84,7 @@ body: - type: textarea id: what-happened attributes: - label: Describe the problem : + label: Describe the problem description: Provide the exact sequence of commands / steps that you executed before running into the problem(https://google.github.io/mediapipe/getting_started/getting_started.html) : placeholder: Tell us what you see! value: "A bug happened!" @@ -94,7 +94,7 @@ body: - type: textarea id: code-to-reproduce attributes: - label: Complete Logs : + label: Complete Logs description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached: placeholder: Tell us what you see! value: From 76685b2213292b6aa6bf8a74e6f51b5799af0a50 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:35:05 +0530 Subject: [PATCH 04/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 7689f0a14..014cfdf1a 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -85,7 +85,7 @@ body: id: what-happened attributes: label: Describe the problem - description: Provide the exact sequence of commands / steps that you executed before running into the problem(https://google.github.io/mediapipe/getting_started/getting_started.html) : + description: Provide the exact sequence of commands / steps that you executed before running into the problem(https://google.github.io/mediapipe/getting_started/getting_started.html) placeholder: Tell us what you see! value: "A bug happened!" render: shell From 01a740db5fc4af1d4597c9f7462ab8fe40f0e901 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:36:16 +0530 Subject: [PATCH 05/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 014cfdf1a..9b606f473 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -95,7 +95,7 @@ body: id: code-to-reproduce attributes: label: Complete Logs - description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached: + description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached placeholder: Tell us what you see! value: render: shell From b75c7dedfcebe22bf190aa2dc8660c4a436c389e Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:41:13 +0530 Subject: [PATCH 06/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 9b606f473..559b851f5 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -28,17 +28,17 @@ body: - type: input id: virtualenv attributes: - label: Installed using virtualenv? pip? Conda? + label: Installed using virtualenv? pip? Conda?(if python) description: - placeholder: if python + placeholder: validations: required: false - type: input id: mediapipever attributes: - label: MediaPipe version + label: MediaPipe version(https://github.com/google/mediapipe/releases) description: - placeholder: https://github.com/google/mediapipe/releases + placeholder: validations: required: false - type: input @@ -52,40 +52,40 @@ body: - type: input id: xcodeversion attributes: - label: XCode and Tulsi versions + label: XCode and Tulsi versions(if iOS) description: - placeholder: if iOS + placeholder: validations: required: false - type: input id: sdkndkversion attributes: - label: Android SDK and NDK versions + label: Android SDK and NDK versions(if abdroid) description: - placeholder: if android + placeholder: validations: required: false - type: input id: androidaar attributes: - label: Android [AAR] https://google.github.io/mediapipe/getting_started/android_archive_library.html + label: Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html)(if android) description: - placeholder: if android + placeholder: validations: required: false - type: input id: opencvversion attributes: - label: OpenCV version + label: OpenCV version(if running on desktop) description: - placeholder: if running on desktop + placeholder: validations: required: false - type: textarea id: what-happened attributes: label: Describe the problem - description: Provide the exact sequence of commands / steps that you executed before running into the problem(https://google.github.io/mediapipe/getting_started/getting_started.html) + description: Provide the exact sequence of commands / steps that you executed before running into the [problem](https://google.github.io/mediapipe/getting_started/getting_started.html) placeholder: Tell us what you see! value: "A bug happened!" render: shell From 598624d2012537e7f17859873cc40d41e8c4edd9 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:43:29 +0530 Subject: [PATCH 07/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 559b851f5..9aa626dc2 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -36,9 +36,9 @@ body: - type: input id: mediapipever attributes: - label: MediaPipe version(https://github.com/google/mediapipe/releases) + label: MediaPipe version description: - placeholder: + placeholder: e.g. 0.8.11, 0.9.1 validations: required: false - type: input @@ -46,7 +46,7 @@ body: attributes: label: Bazel version description: - placeholder: e.g. 5.0, 5.1 etc. + placeholder: e.g. 5.0, 5.1 validations: required: false - type: input @@ -68,7 +68,7 @@ body: - type: input id: androidaar attributes: - label: Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html)(if android) + label: Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) (if android) description: placeholder: validations: From 43a97637dba66e24c3ec28c8955b548e4e50c1db Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:47:37 +0530 Subject: [PATCH 08/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 9aa626dc2..d98b7a77c 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -65,12 +65,13 @@ body: placeholder: validations: required: false - - type: input + - type: dropdown id: androidaar attributes: - label: Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) (if android) - description: - placeholder: + label: Android AAR(if android) + options: + - Yes + - No validations: required: false - type: input From daa21167734f6837f0447eab9042fbe4b5c0c0de Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:48:52 +0530 Subject: [PATCH 09/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index d98b7a77c..26a669a1c 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -73,7 +73,7 @@ body: - Yes - No validations: - required: false + required: true - type: input id: opencvversion attributes: From 78502bb5fd2c4bbfa338a265ff9257ba524b76ad Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:49:37 +0530 Subject: [PATCH 10/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 26a669a1c..15ce1c30c 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -70,10 +70,10 @@ body: attributes: label: Android AAR(if android) options: - - Yes - - No + - 'Yes' + - 'No' validations: - required: true + required: false - type: input id: opencvversion attributes: From d554f92d71736df0b9c631cf8eeb2dd7b0f7296a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:53:50 +0530 Subject: [PATCH 11/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 15ce1c30c..dd8cd567f 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -1,5 +1,6 @@ -name: MediaPipe Issue Template +name: Build/Install Issue description: Use this template to report build/install issue +label: 'type:build/install' body: - type: input id: os From 6a90f8b27e325b5c7130e27e7c974c44391df86a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:55:36 +0530 Subject: [PATCH 12/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index dd8cd567f..be01ff5d9 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -1,6 +1,6 @@ name: Build/Install Issue description: Use this template to report build/install issue -label: 'type:build/install' +labels: 'type:build/install' body: - type: input id: os From be42a73f4378316df58afa2a5ffc42314448b34f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:56:44 +0530 Subject: [PATCH 13/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index be01ff5d9..01653a7e2 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -1,6 +1,6 @@ name: Build/Install Issue description: Use this template to report build/install issue -labels: 'type:build/install' +labels: 'type:tasks' body: - type: input id: os From f7b035b15e460f21ab8e3ed09cdd47a5bbff3690 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:57:28 +0530 Subject: [PATCH 14/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 01653a7e2..02f6910c4 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -1,6 +1,6 @@ name: Build/Install Issue description: Use this template to report build/install issue -labels: 'type:tasks' +labels: 'type:task' body: - type: input id: os From 1b0923c3d7d150b1234ba1abad71a42e37cd661a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:59:10 +0530 Subject: [PATCH 15/88] Delete 00-build-installation-issue.md --- .../00-build-installation-issue.md | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/00-build-installation-issue.md diff --git a/.github/ISSUE_TEMPLATE/00-build-installation-issue.md b/.github/ISSUE_TEMPLATE/00-build-installation-issue.md deleted file mode 100644 index f4300e42a..000000000 --- a/.github/ISSUE_TEMPLATE/00-build-installation-issue.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "Build/Installation Issue" -about: Use this template for build/installation issues -labels: type:build/install - ---- -Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. - -**System information** (Please provide as much relevant information as possible) -- OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4): -- Compiler version (e.g. gcc/g++ 8 /Apple clang version 12.0.0): -- Programming Language and version ( e.g. C++ 14, Python 3.6, Java ): -- Installed using virtualenv? pip? Conda? (if python): -- [MediaPipe version](https://github.com/google/mediapipe/releases): -- Bazel version: -- XCode and Tulsi versions (if iOS): -- Android SDK and NDK versions (if android): -- Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html) ( if android): -- OpenCV version (if running on desktop): - -**Describe the problem**: - - -**[Provide the exact sequence of commands / steps that you executed before running into the problem](https://google.github.io/mediapipe/getting_started/getting_started.html):** - -**Complete Logs:** -Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached: From 2c84077859122afbb75b513dfa33a1d774e86e83 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:02:07 +0530 Subject: [PATCH 16/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 02f6910c4..40b6d4bb0 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -1,6 +1,6 @@ name: Build/Install Issue description: Use this template to report build/install issue -labels: 'type:task' +labels: 'type:build/install' body: - type: input id: os @@ -61,7 +61,7 @@ body: - type: input id: sdkndkversion attributes: - label: Android SDK and NDK versions(if abdroid) + label: Android SDK and NDK versions(if android) description: placeholder: validations: From 0f7743db1bba47510e0374343063e02cb19e6815 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:07:33 +0530 Subject: [PATCH 17/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 40b6d4bb0..71900bc85 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -2,6 +2,9 @@ name: Build/Install Issue description: Use this template to report build/install issue labels: 'type:build/install' body: + - type: markdown + attributes: + value: "Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues." - type: input id: os attributes: From eea62dca15c8a141b6e017a85ded3df7446444a7 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:24:47 +0530 Subject: [PATCH 18/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 71900bc85..5a17a2311 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -4,7 +4,7 @@ labels: 'type:build/install' body: - type: markdown attributes: - value: "Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues." + value: Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. - type: input id: os attributes: From 4ca9b2d43adbd4da43df580303307a573ab7fcd5 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:25:23 +0530 Subject: [PATCH 19/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index 5a17a2311..bbf1c8433 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -3,6 +3,7 @@ description: Use this template to report build/install issue labels: 'type:build/install' body: - type: markdown + id: link attributes: value: Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. - type: input From 182dfeb4e990115327da2fc1f815eef78a97f3ca Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:25:44 +0530 Subject: [PATCH 20/88] Update build.yaml --- .github/ISSUE_TEMPLATE/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.yaml index bbf1c8433..2b68d8005 100644 --- a/.github/ISSUE_TEMPLATE/build.yaml +++ b/.github/ISSUE_TEMPLATE/build.yaml @@ -4,8 +4,8 @@ labels: 'type:build/install' body: - type: markdown id: link - attributes: - value: Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. + attributes: + value: Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. - type: input id: os attributes: From dd10c54ed5fec1a427e7fda184dc0259c97ec570 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:45:51 +0530 Subject: [PATCH 21/88] Create model_maker_issue_template.yaml --- .../model_maker_issue_template.yaml | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml new file mode 100644 index 000000000..aa814028c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -0,0 +1,80 @@ +name: Model Maker Issue +description: Use this template for assistance with using MediaPipe Model Maker (developers.google.com/mediapipe/solutions) to create custom on-device ML solutions. +labels: 'type:modelmaker' +body: + - type: markdown + id: link + attributes: + value: Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue. + - type: dropdown + id: customcode + attributes: + label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) + options: + - 'Yes' + - 'No' + validations: + required: false + - type: input + id: os + attributes: + label: OS Platform and Distribution + description: + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 + validations: + required: true + - type: input + id: pythonver + attributes: + label: Python Version + description: + placeholder: e.g. 3.7, 3.8 + validations: + required: true + - type: input + id: modelmakerver + attributes: + label: [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/) + description: + placeholder: + validations: + required: false + - type: input + id: taskname + attributes: + label: Task name (e.g. Image classification, Gesture recognition etc.) + description: + placeholder: + validations: + required: true + - type: textarea + id: current + attributes: + label: Describe the actual behavior + render: shell + validations: + required: true + - type: textarea + id: expected + attributes: + label: Describe the expected behaviour + render: shell + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: Standalone code/steps you may have used to try to get what you need + description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem: + render: shell + validations: + required: true + - type: textarea + id: other_info + attributes: + label: Other info / Complete Logs + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached: + value: + render: shell + validations: + required: false From 79e39e6d52df1819c501b84bb362ef98610e865a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:47:37 +0530 Subject: [PATCH 22/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index aa814028c..0e37f30a9 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -19,15 +19,13 @@ body: id: os attributes: label: OS Platform and Distribution - description: placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 validations: required: true - type: input id: pythonver attributes: - label: Python Version - description: + label: Python Version placeholder: e.g. 3.7, 3.8 validations: required: true @@ -35,16 +33,12 @@ body: id: modelmakerver attributes: label: [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/) - description: - placeholder: validations: required: false - type: input id: taskname attributes: - label: Task name (e.g. Image classification, Gesture recognition etc.) - description: - placeholder: + label: Task name (e.g. Image classification, Gesture recognition etc.) validations: required: true - type: textarea From d0486ec9fdfe5316407343c1264b10742abe9c73 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:48:18 +0530 Subject: [PATCH 23/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index 0e37f30a9..6c40ff51b 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -32,7 +32,7 @@ body: - type: input id: modelmakerver attributes: - label: [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/) + label: MediaPipe Model Maker version validations: required: false - type: input From 96936cf6b2615f5b2a1d45a3596a809706ae3a92 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:50:00 +0530 Subject: [PATCH 24/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index 6c40ff51b..e0522516b 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -3,7 +3,6 @@ description: Use this template for assistance with using MediaPipe Model Maker ( labels: 'type:modelmaker' body: - type: markdown - id: link attributes: value: Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue. - type: dropdown From 8c60e412b2912ef6e6ac19b45fc7ef4b1142e56f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:51:37 +0530 Subject: [PATCH 25/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index e0522516b..9501ee688 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -4,7 +4,7 @@ labels: 'type:modelmaker' body: - type: markdown attributes: - value: Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue. + value: Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue - type: dropdown id: customcode attributes: From 9de43a83f6f053deeb3dec78788119a1313493f8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:53:24 +0530 Subject: [PATCH 26/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index 9501ee688..a9f85983d 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -3,6 +3,7 @@ description: Use this template for assistance with using MediaPipe Model Maker ( labels: 'type:modelmaker' body: - type: markdown + id: linkmodel attributes: value: Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue - type: dropdown From 79b747969ed720da10b12a1e9306beede594d0fc Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:58:48 +0530 Subject: [PATCH 27/88] Update model_maker_issue_template.yaml --- .../model_maker_issue_template.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index a9f85983d..cd4621b1d 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -35,39 +35,39 @@ body: label: MediaPipe Model Maker version validations: required: false - - type: input - id: taskname + - type: input + id: taskname attributes: label: Task name (e.g. Image classification, Gesture recognition etc.) validations: required: true - - type: textarea - id: current - attributes: + - type: textarea + id: current + attributes: label: Describe the actual behavior render: shell - validations: - required: true - - type: textarea - id: expected - attributes: + validations: + required: true + - type: textarea + id: expected + attributes: label: Describe the expected behaviour render: shell - validations: - required: true - - type: textarea - id: what-happened - attributes: + validations: + required: true + - type: textarea + id: what-happened + attributes: label: Standalone code/steps you may have used to try to get what you need - description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem: + description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem render: shell - validations: + validations: required: true - type: textarea id: other_info attributes: label: Other info / Complete Logs - description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached: + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached value: render: shell validations: From d01901f15684381ac2afda5e443b30cba631e7a5 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:59:15 +0530 Subject: [PATCH 28/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index cd4621b1d..15b841bef 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -68,7 +68,6 @@ body: attributes: label: Other info / Complete Logs description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached - value: render: shell validations: required: false From 93ef2f69fbdd2f41deec495dff002d457be0234a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:00:21 +0530 Subject: [PATCH 29/88] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index 15b841bef..69a61e7c2 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -67,7 +67,7 @@ body: id: other_info attributes: label: Other info / Complete Logs - description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached render: shell validations: required: false From 434c1143ae3643bfd65411eba634752293c9aec0 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:01:18 +0530 Subject: [PATCH 30/88] Update and rename model_maker_issue_template.yaml to model_maker_issue_template1.yaml --- ...ker_issue_template.yaml => model_maker_issue_template1.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{model_maker_issue_template.yaml => model_maker_issue_template1.yaml} (99%) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml similarity index 99% rename from .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml rename to .github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml index 69a61e7c2..32a4bb927 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml @@ -16,7 +16,7 @@ body: validations: required: false - type: input - id: os + id: os_model attributes: label: OS Platform and Distribution placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 From ca6e4cb7a544c1765e482139f8e4093dd2ecfd0f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:01:56 +0530 Subject: [PATCH 31/88] Update model_maker_issue_template1.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml index 32a4bb927..e518d029a 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml @@ -42,21 +42,21 @@ body: validations: required: true - type: textarea - id: current + id: current_model attributes: label: Describe the actual behavior render: shell validations: required: true - type: textarea - id: expected + id: expected_model attributes: label: Describe the expected behaviour render: shell validations: required: true - type: textarea - id: what-happened + id: what-happened_model attributes: label: Standalone code/steps you may have used to try to get what you need description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem From 4139ce76e085e322e26f4c8ea1fdd84d859b0b74 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:03:01 +0530 Subject: [PATCH 32/88] Update model_maker_issue_template1.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml index e518d029a..19e400db9 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml @@ -7,7 +7,7 @@ body: attributes: value: Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue - type: dropdown - id: customcode + id: customcode_model attributes: label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) options: From e5a6d3ec3b545bd143bd29b6727fc2f893c16ae8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:05:33 +0530 Subject: [PATCH 33/88] Update model_maker_issue_template1.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml index 19e400db9..cd5852292 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml @@ -1,4 +1,4 @@ -name: Model Maker Issue +name: Model Maker Issues description: Use this template for assistance with using MediaPipe Model Maker (developers.google.com/mediapipe/solutions) to create custom on-device ML solutions. labels: 'type:modelmaker' body: From f197652c3a9c6efe7a13ce6d4fa41e605b28100e Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:16:25 +0530 Subject: [PATCH 34/88] Create task_issue_template.yaml --- .../ISSUE_TEMPLATE/task_issue_template.yaml | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/task_issue_template.yaml b/.github/ISSUE_TEMPLATE/task_issue_template.yaml new file mode 100644 index 000000000..bf05a14ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task_issue_template.yaml @@ -0,0 +1,72 @@ +name: Task Issues Template +description: Use this template for assistance with using MediaPipe Tasks (developers.google.com/mediapipe/solutions) to deploy on-device ML solutions (e.g. gesture recognition etc.) on supported platforms +labels: 'type:task' +body: + - type: markdown + id: linkmodel + attributes: + value: Please make sure that this is a [Tasks](https://developers.google.com/mediapipe/solutions) issue. + - type: dropdown + id: customcode_model + attributes: + label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) + options: + - 'Yes' + - 'No' + validations: + required: false + - type: input + id: os_model + attributes: + label: OS Platform and Distribution + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 + validations: + required: true + - type: input + id: task-sdk-version + attributes: + label: MediaPipe Tasks SDK version + validations: + required: false + - type: input + id: taskname + attributes: + label: Task name (e.g. Image classification, Gesture recognition etc.) + validations: + required: true + - type: input + id: programminglang + attributes: + label: Programming Language and version (e.g. C++, Python, Java) + validations: + required: true + - type: textarea + id: current_model + attributes: + label: Describe the actual behavior + render: shell + validations: + required: true + - type: textarea + id: expected_model + attributes: + label: Describe the expected behaviour + render: shell + validations: + required: true + - type: textarea + id: what-happened_model + attributes: + label: Standalone code/steps you may have used to try to get what you need + description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem + render: shell + validations: + required: true + - type: textarea + id: other_info + attributes: + label: Other info / Complete Logs + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached + render: shell + validations: + required: false From 14d51d28aff17ed51a694783d504e0f4e5b86f5e Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:18:54 +0530 Subject: [PATCH 35/88] Update task_issue_template.yaml --- .github/ISSUE_TEMPLATE/task_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/task_issue_template.yaml b/.github/ISSUE_TEMPLATE/task_issue_template.yaml index bf05a14ae..30bc11beb 100644 --- a/.github/ISSUE_TEMPLATE/task_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/task_issue_template.yaml @@ -1,4 +1,4 @@ -name: Task Issues Template +name: Task Issue description: Use this template for assistance with using MediaPipe Tasks (developers.google.com/mediapipe/solutions) to deploy on-device ML solutions (e.g. gesture recognition etc.) on supported platforms labels: 'type:task' body: From 23cf1ee8c3fd443bc7cb9de4dd754b582ab64eb1 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:32:03 +0530 Subject: [PATCH 36/88] Create Solution(Legacy_issue_template.yaml --- .../Solution(Legacy_issue_template.yaml | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml b/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml new file mode 100644 index 000000000..a8832574a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml @@ -0,0 +1,78 @@ +name: Solution(Legacy) Issue +description: Use this template for assistance with a specific Mediapipe solution (google.github.io/mediapipe/solutions) such as "Pose", including inference model usage/training, solution-specific calculators etc. +labels: 'type:support' +body: + - type: markdown + id: linkmodel + attributes: + value: Please make sure that this is a [solution](https://google.github.io/mediapipe/solutions/solutions.html) issue. + - type: dropdown + id: customcode_model + attributes: + label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) + options: + - 'Yes' + - 'No' + validations: + required: false + - type: input + id: os_model + attributes: + label: OS Platform and Distribution + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 + validations: + required: false + - type: input + id: mediapipe_version + attributes: + label: MediaPipe version + validations: + required: false + - type: input + id: bazel_version + attributes: + label: Bazel version + validations: + required: false + - type: input + id: solution + attributes: + label: Solution (e.g. C++, Python, Java) + validations: + required: false + - type: input + id: programminglang + attributes: + label: Programming Language and version (e.g. C++, Python, Java) + validations: + required: false + - type: textarea + id: current_model + attributes: + label: Describe the actual behavior + render: shell + validations: + required: true + - type: textarea + id: expected_model + attributes: + label: Describe the expected behaviour + render: shell + validations: + required: false + - type: textarea + id: what-happened_model + attributes: + label: Standalone code/steps you may have used to try to get what you need + description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem + render: shell + validations: + required: false + - type: textarea + id: other_info + attributes: + label: Other info / Complete Logs + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached + render: shell + validations: + required: false From 22e05fc16ac0f20906a5be51af95c1da87987984 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:35:23 +0530 Subject: [PATCH 37/88] Update and rename Solution(Legacy_issue_template.yaml to Solution(Legacy_issue_template).yaml --- ...template.yaml => Solution(Legacy_issue_template).yaml} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{Solution(Legacy_issue_template.yaml => Solution(Legacy_issue_template).yaml} (92%) diff --git a/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml b/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template).yaml similarity index 92% rename from .github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml rename to .github/ISSUE_TEMPLATE/Solution(Legacy_issue_template).yaml index a8832574a..5d4928cea 100644 --- a/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Solution(Legacy_issue_template).yaml @@ -37,13 +37,15 @@ body: - type: input id: solution attributes: - label: Solution (e.g. C++, Python, Java) + label: Solution + placeholder: e.g. FaceMesh, Pose, Holistic validations: required: false - type: input id: programminglang attributes: - label: Programming Language and version (e.g. C++, Python, Java) + label: Programming Language and version + placeholder: e.g. C++, Python, Java validations: required: false - type: textarea @@ -52,7 +54,7 @@ body: label: Describe the actual behavior render: shell validations: - required: true + required: false - type: textarea id: expected_model attributes: From 147890fc3328d8bf431fa498a8448b1453534c73 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:42:58 +0530 Subject: [PATCH 38/88] Create studio_issue_template.yaml --- .../ISSUE_TEMPLATE/studio_issue_template.yaml | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/studio_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml new file mode 100644 index 000000000..8f2a7b7a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml @@ -0,0 +1,65 @@ +name: Studio Issue +description: Use this template for assistance with the MediaPipe Studio application. If this doesn’t look right, choose a different type. +labels: 'type:support' +body: + - type: markdown + id: linkmodel + attributes: + value: Please make sure that this is a MediaPipe Studio issue. + - type: dropdown + id: customcode_model + attributes: + label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) + options: + - 'Yes' + - 'No' + validations: + required: false + - type: input + id: browserver + attributes: + label: Browser and Version + validations: + required: false + - type: input + id: hardware + attributes: + label: Any microphone or camera hardware + validations: + required: false + - type: input + id: url + attributes: + label: URL that shows the problem + validations: + required: false + - type: textarea + id: current_model + attributes: + label: Describe the actual behavior + render: shell + validations: + required: false + - type: textarea + id: expected_model + attributes: + label: Describe the expected behaviour + render: shell + validations: + required: false + - type: textarea + id: what-happened_model + attributes: + label: Standalone code/steps you may have used to try to get what you need + description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem + render: shell + validations: + required: false + - type: textarea + id: other_info + attributes: + label: Other info / Complete Logs + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached + render: shell + validations: + required: false From 0de00354201ee13eba122d548d6d5b9148b5c00f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:43:14 +0530 Subject: [PATCH 39/88] Update studio_issue_template.yaml --- .github/ISSUE_TEMPLATE/studio_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml index 8f2a7b7a9..0834e698a 100644 --- a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml @@ -1,4 +1,4 @@ -name: Studio Issue +name: Studio Issues description: Use this template for assistance with the MediaPipe Studio application. If this doesn’t look right, choose a different type. labels: 'type:support' body: From c851c6e5dcaae3aadd614f68d1dcffa2bf752507 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:46:13 +0530 Subject: [PATCH 40/88] Update studio_issue_template.yaml --- .github/ISSUE_TEMPLATE/studio_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml index 0834e698a..1478d71e2 100644 --- a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml @@ -14,7 +14,7 @@ body: - 'Yes' - 'No' validations: - required: false + required: false - type: input id: browserver attributes: From 3a10b7c44bdca032a04635252d277f66d89f82bc Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:48:30 +0530 Subject: [PATCH 41/88] Update studio_issue_template.yaml --- .github/ISSUE_TEMPLATE/studio_issue_template.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml index 1478d71e2..363751f16 100644 --- a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml @@ -6,15 +6,13 @@ body: id: linkmodel attributes: value: Please make sure that this is a MediaPipe Studio issue. - - type: dropdown - id: customcode_model + - type: input + id: os_model attributes: - label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) - options: - - 'Yes' - - 'No' + label: OS Platform and Distribution + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 validations: - required: false + required: true - type: input id: browserver attributes: From 388c74683944912365669d6095a09a54cf3f4dbe Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:48:50 +0530 Subject: [PATCH 42/88] Update studio_issue_template.yaml --- .github/ISSUE_TEMPLATE/studio_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml index 363751f16..2d5c1f1e8 100644 --- a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml @@ -12,7 +12,7 @@ body: label: OS Platform and Distribution placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 validations: - required: true + required: false - type: input id: browserver attributes: From 810cef8daca47b4eeda3b1e608f65ce9e0f2fdc4 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:08:29 +0530 Subject: [PATCH 43/88] Create bug_issue_template.yaml --- .../ISSUE_TEMPLATE/bug_issue_template.yaml | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_issue_template.yaml b/.github/ISSUE_TEMPLATE/bug_issue_template.yaml new file mode 100644 index 000000000..a722ac86f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_issue_template.yaml @@ -0,0 +1,112 @@ +name: Bug Issue +description: Use this template for reporting a bug. If this doesn’t look right, choose a different type. +labels: 'type:bug' +body: + - type: markdown + id: link + attributes: + value: Please make sure that this is a bug and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html), FAQ documentation before raising any issues. + - type: dropdown + id: customcode_model + attributes: + label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) + options: + - 'Yes' + - 'No' + validations: + required: false + - type: input + id: os + attributes: + label: OS Platform and Distribution + description: + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 + validations: + required: true + - type: input + id: mobile_device + attributes: + label: Mobile device if the issue happens on mobile device + description: + placeholder: e.g. iPhone 8, Pixel 2, Samsung Galaxy + validations: + required: false + - type: input + id: browser_version + attributes: + label: Browser and version if the issue happens on browser + placeholder: e.g. Google Chrome, Safari + validations: + required: false + - type: input + id: programminglang + attributes: + label: Programming Language and version + placeholder: e.g. C++, Python, Java + validations: + required: true + - type: input + id: mediapipever + attributes: + label: MediaPipe version + description: + placeholder: e.g. 0.8.11, 0.9.1 + validations: + required: false + - type: input + id: bazelver + attributes: + label: Bazel version + description: + placeholder: e.g. 5.0, 5.1 + validations: + required: false + - type: input + id: solution + attributes: + label: Solution + placeholder: e.g. FaceMesh, Pose, Holistic + validations: + required: true + - type: input + id: sdkndkversion + attributes: + label: Android Studio, NDK, SDK versions (if issue is related to building in Android environment) + validations: + required: false + - type: input + id: xcode_ver + attributes: + label: Xcode & Tulsi version (if issue is related to building for iOS): + validations: + required: false + - type: textarea + id: current_model + attributes: + label: Describe the actual behavior + render: shell + validations: + required: true + - type: textarea + id: expected_model + attributes: + label: Describe the expected behaviour + render: shell + validations: + required: true + - type: textarea + id: what-happened_model + attributes: + label: Standalone code/steps you may have used to try to get what you need + description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem + render: shell + validations: + required: true + - type: textarea + id: other_info + attributes: + label: Other info / Complete Logs + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached + render: shell + validations: + required: false From e29a54221a9e5711923eb4733254552fea8f69d5 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:09:14 +0530 Subject: [PATCH 44/88] Update bug_issue_template.yaml --- .github/ISSUE_TEMPLATE/bug_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_issue_template.yaml b/.github/ISSUE_TEMPLATE/bug_issue_template.yaml index a722ac86f..445bafd2e 100644 --- a/.github/ISSUE_TEMPLATE/bug_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/bug_issue_template.yaml @@ -77,7 +77,7 @@ body: - type: input id: xcode_ver attributes: - label: Xcode & Tulsi version (if issue is related to building for iOS): + label: Xcode & Tulsi version (if issue is related to building for iOS) validations: required: false - type: textarea From b129978f896da59375fc0a01e3b1aea8294d7f99 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:09:24 +0530 Subject: [PATCH 45/88] Update bug_issue_template.yaml --- .github/ISSUE_TEMPLATE/bug_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_issue_template.yaml b/.github/ISSUE_TEMPLATE/bug_issue_template.yaml index 445bafd2e..f009f6a45 100644 --- a/.github/ISSUE_TEMPLATE/bug_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/bug_issue_template.yaml @@ -1,4 +1,4 @@ -name: Bug Issue +name: Bug Issues description: Use this template for reporting a bug. If this doesn’t look right, choose a different type. labels: 'type:bug' body: From e055fdb62b565c26da6279b669a0667249fc249d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:22:34 +0530 Subject: [PATCH 46/88] Create feature_request_issue_template.yaml --- .github/feature_request_issue_template.yaml | 57 +++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/feature_request_issue_template.yaml diff --git a/.github/feature_request_issue_template.yaml b/.github/feature_request_issue_template.yaml new file mode 100644 index 000000000..be15e41cb --- /dev/null +++ b/.github/feature_request_issue_template.yaml @@ -0,0 +1,57 @@ +name: Feature Request Issues +description: Use this template for raising a feature request. If this doesn’t look right, choose a different type. +labels: 'type:feature' +body: + - type: markdown + id: linkmodel + attributes: + value: Please make sure that this is a feature request. + - type: input + id: solution + attributes: + label: MediaPipe Solution (you are using) + validations: + required: false + - type: input + id: pgmlang + attributes: + label: Programming language + placeholder: C++/typescript/Python/Objective C/Android Java + validations: + required: false + - type: dropdown + id: willingcon + attributes: + label: Are you willing to contribute it + options: + - 'Yes' + - 'No' + validations: + required: false + - type: textarea + id: behaviour + attributes: + label: Describe the feature and the current behaviour/state: + render: shell + validations: + required: true + - type: textarea + id: api_change + attributes: + label: Will this change the current api? How? + render: shell + validations: + required: false + - type: textarea + id: benifit + attributes: + label: Who will benefit with this feature? + validations: + required: false + - type: textarea + id: use_case + attributes: + label: Please specify the use cases for this feature: + render: shell + validations: + required: true From 4071d149f20460b1a50dac6c62136f3e301fb3bf Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:24:28 +0530 Subject: [PATCH 47/88] Create feature_request_issue_template.yaml --- .../feature_request_issue_template.yaml | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml new file mode 100644 index 000000000..be15e41cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml @@ -0,0 +1,57 @@ +name: Feature Request Issues +description: Use this template for raising a feature request. If this doesn’t look right, choose a different type. +labels: 'type:feature' +body: + - type: markdown + id: linkmodel + attributes: + value: Please make sure that this is a feature request. + - type: input + id: solution + attributes: + label: MediaPipe Solution (you are using) + validations: + required: false + - type: input + id: pgmlang + attributes: + label: Programming language + placeholder: C++/typescript/Python/Objective C/Android Java + validations: + required: false + - type: dropdown + id: willingcon + attributes: + label: Are you willing to contribute it + options: + - 'Yes' + - 'No' + validations: + required: false + - type: textarea + id: behaviour + attributes: + label: Describe the feature and the current behaviour/state: + render: shell + validations: + required: true + - type: textarea + id: api_change + attributes: + label: Will this change the current api? How? + render: shell + validations: + required: false + - type: textarea + id: benifit + attributes: + label: Who will benefit with this feature? + validations: + required: false + - type: textarea + id: use_case + attributes: + label: Please specify the use cases for this feature: + render: shell + validations: + required: true From 5c83bdde7aabf5a3c2584ab69a7c1fc464fc9dde Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:25:02 +0530 Subject: [PATCH 48/88] Delete feature_request_issue_template.yaml --- .github/feature_request_issue_template.yaml | 57 --------------------- 1 file changed, 57 deletions(-) delete mode 100644 .github/feature_request_issue_template.yaml diff --git a/.github/feature_request_issue_template.yaml b/.github/feature_request_issue_template.yaml deleted file mode 100644 index be15e41cb..000000000 --- a/.github/feature_request_issue_template.yaml +++ /dev/null @@ -1,57 +0,0 @@ -name: Feature Request Issues -description: Use this template for raising a feature request. If this doesn’t look right, choose a different type. -labels: 'type:feature' -body: - - type: markdown - id: linkmodel - attributes: - value: Please make sure that this is a feature request. - - type: input - id: solution - attributes: - label: MediaPipe Solution (you are using) - validations: - required: false - - type: input - id: pgmlang - attributes: - label: Programming language - placeholder: C++/typescript/Python/Objective C/Android Java - validations: - required: false - - type: dropdown - id: willingcon - attributes: - label: Are you willing to contribute it - options: - - 'Yes' - - 'No' - validations: - required: false - - type: textarea - id: behaviour - attributes: - label: Describe the feature and the current behaviour/state: - render: shell - validations: - required: true - - type: textarea - id: api_change - attributes: - label: Will this change the current api? How? - render: shell - validations: - required: false - - type: textarea - id: benifit - attributes: - label: Who will benefit with this feature? - validations: - required: false - - type: textarea - id: use_case - attributes: - label: Please specify the use cases for this feature: - render: shell - validations: - required: true From fecb4f64fce9eb93bfcc9c99b9ad1a22cee04bc8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:26:43 +0530 Subject: [PATCH 49/88] Update feature_request_issue_template.yaml --- .github/ISSUE_TEMPLATE/feature_request_issue_template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml index be15e41cb..5e77ef44b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml @@ -12,9 +12,9 @@ body: label: MediaPipe Solution (you are using) validations: required: false - - type: input - id: pgmlang - attributes: + - type: input + id: pgmlang + attributes: label: Programming language placeholder: C++/typescript/Python/Objective C/Android Java validations: From 9ed873c93bb3a37b1638baa7bcecdb40f92efc03 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:29:50 +0530 Subject: [PATCH 50/88] Update feature_request_issue_template.yaml --- .github/ISSUE_TEMPLATE/feature_request_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml index 5e77ef44b..048bc0055 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml @@ -31,7 +31,7 @@ body: - type: textarea id: behaviour attributes: - label: Describe the feature and the current behaviour/state: + label: Describe the feature and the current behaviour/state render: shell validations: required: true From 5b595b5f30983addb68a9d3e27417faea887fe94 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:30:07 +0530 Subject: [PATCH 51/88] Update feature_request_issue_template.yaml --- .github/ISSUE_TEMPLATE/feature_request_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml index 048bc0055..38863d753 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml @@ -51,7 +51,7 @@ body: - type: textarea id: use_case attributes: - label: Please specify the use cases for this feature: + label: Please specify the use cases for this feature render: shell validations: required: true From eecfefbcb550381d20112be3858a5db5a6b4e317 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:32:17 +0530 Subject: [PATCH 52/88] Update feature_request_issue_template.yaml --- .../ISSUE_TEMPLATE/feature_request_issue_template.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml index 38863d753..fdbece8d6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml @@ -54,4 +54,11 @@ body: label: Please specify the use cases for this feature render: shell validations: - required: true + required: true + - type: textarea + id: info_other + attributes: + label: Any Other info: + render: shell + validations: + required: false From 508a7cbfa5c0dfba78c2ea56b5fca4a4296387de Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:32:28 +0530 Subject: [PATCH 53/88] Update feature_request_issue_template.yaml --- .github/ISSUE_TEMPLATE/feature_request_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml index fdbece8d6..e34515de5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request_issue_template.yaml @@ -58,7 +58,7 @@ body: - type: textarea id: info_other attributes: - label: Any Other info: + label: Any Other info render: shell validations: required: false From 61515655d1e557d9f211ecf78706a9feb412de9a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:49:48 +0530 Subject: [PATCH 54/88] Create Documentation_issue_template.yaml --- .../Documentation_issue_template.yaml | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml new file mode 100644 index 000000000..f7025e014 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -0,0 +1,106 @@ +name: Build/Install Issue +description: Use this template to report build/install issue +labels: 'type:doc-bug' +body: + - type: markdown + id: link + attributes: + value: Thank you for submitting a MediaPipe documentation issue. The MediaPipe docs are open source! To get involved, read the documentation Contributor Guide + - type: markdown + id: url + attributes: + label: URL(s) with the issue + description: Please provide a link to the documentation entry, for example: https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models + - type: input + id: compilerversion + attributes: + label: Compiler version + description: + placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 + validations: + required: false + - type: input + id: programminglang + attributes: + label: Programming Language and version + description: + placeholder: e.g. C++ 14, Python 3.6, Java + validations: + required: true + - type: input + id: virtualenv + attributes: + label: Installed using virtualenv? pip? Conda?(if python) + description: + placeholder: + validations: + required: false + - type: input + id: mediapipever + attributes: + label: MediaPipe version + description: + placeholder: e.g. 0.8.11, 0.9.1 + validations: + required: false + - type: input + id: bazelver + attributes: + label: Bazel version + description: + placeholder: e.g. 5.0, 5.1 + validations: + required: false + - type: input + id: xcodeversion + attributes: + label: XCode and Tulsi versions(if iOS) + description: + placeholder: + validations: + required: false + - type: input + id: sdkndkversion + attributes: + label: Android SDK and NDK versions(if android) + description: + placeholder: + validations: + required: false + - type: dropdown + id: androidaar + attributes: + label: Android AAR(if android) + options: + - 'Yes' + - 'No' + validations: + required: false + - type: input + id: opencvversion + attributes: + label: OpenCV version(if running on desktop) + description: + placeholder: + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: Describe the problem + description: Provide the exact sequence of commands / steps that you executed before running into the [problem](https://google.github.io/mediapipe/getting_started/getting_started.html) + placeholder: Tell us what you see! + value: "A bug happened!" + render: shell + validations: + required: true + - type: textarea + id: code-to-reproduce + attributes: + label: Complete Logs + description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached + placeholder: Tell us what you see! + value: + render: shell + validations: + required: true From b0ca0bce4fb6d2dabd379c21c1a4a96a66fd5620 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:51:04 +0530 Subject: [PATCH 55/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index f7025e014..7bf133154 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -10,7 +10,7 @@ body: id: url attributes: label: URL(s) with the issue - description: Please provide a link to the documentation entry, for example: https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models + description: Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - type: input id: compilerversion attributes: From eed7c954f81e3318904674d5aba8a35bc7e52d08 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:53:09 +0530 Subject: [PATCH 56/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 7bf133154..749ecebaf 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -9,7 +9,7 @@ body: - type: markdown id: url attributes: - label: URL(s) with the issue + labels: URL(s) with the issue description: Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - type: input id: compilerversion From 2ced054d81a086bff9c80623777d70444da0c5a3 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:53:26 +0530 Subject: [PATCH 57/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 749ecebaf..315344b87 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -9,7 +9,7 @@ body: - type: markdown id: url attributes: - labels: URL(s) with the issue + value: URL(s) with the issue description: Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - type: input id: compilerversion From 642922afcb27917208354d3888805d178615387f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:55:38 +0530 Subject: [PATCH 58/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 315344b87..fe5a06dd1 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -9,8 +9,7 @@ body: - type: markdown id: url attributes: - value: URL(s) with the issue - description: Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models + value: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - type: input id: compilerversion attributes: From ab11f852b094f3059d06af8f3b38b35549a13ba4 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:55:52 +0530 Subject: [PATCH 59/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index fe5a06dd1..5df52a009 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -1,4 +1,4 @@ -name: Build/Install Issue +name: Build/Install Issue1 description: Use this template to report build/install issue labels: 'type:doc-bug' body: From 8550dd86e551bc921567805ce283c573b08c19dc Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:57:00 +0530 Subject: [PATCH 60/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 5df52a009..90cbaaa84 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -9,7 +9,7 @@ body: - type: markdown id: url attributes: - value: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models + label: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - type: input id: compilerversion attributes: From a6ad8b521f12b82860da4213ccefea77990e74e8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:57:28 +0530 Subject: [PATCH 61/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 90cbaaa84..5df52a009 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -9,7 +9,7 @@ body: - type: markdown id: url attributes: - label: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models + value: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - type: input id: compilerversion attributes: From 9d55f14bf7357c046e75ff4147afab9f9ffbf5d6 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:59:28 +0530 Subject: [PATCH 62/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 5df52a009..1affd704d 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: input id: compilerversion attributes: - label: Compiler version + label: Description of issue (what needs changing): description: placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 validations: From 6688b127180d4445e6f9d53e6b98d67e5c3b556f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:59:39 +0530 Subject: [PATCH 63/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 1affd704d..09589d365 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: input id: compilerversion attributes: - label: Description of issue (what needs changing): + label: Description of issue (what needs changing) description: placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 validations: From e5789396f3b9745dbb32ddad3603316f51082ff1 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:00:16 +0530 Subject: [PATCH 64/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 09589d365..80e0eb451 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: input id: compilerversion attributes: - label: Description of issue (what needs changing) + label: Description of issue (what needs changing)/Kinds of documentation problems description: placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 validations: From e93650f782ea2e80e0b33cfd01b77c6c79a3a66c Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:03:17 +0530 Subject: [PATCH 65/88] Update Documentation_issue_template.yaml --- .../ISSUE_TEMPLATE/Documentation_issue_template.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 80e0eb451..64c7cec71 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -10,14 +10,10 @@ body: id: url attributes: value: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - - type: input - id: compilerversion + - type: markdown + id: description attributes: - label: Description of issue (what needs changing)/Kinds of documentation problems - description: - placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0 - validations: - required: false + values: "Description of issue (what needs changing)" - type: input id: programminglang attributes: From acadf74f6cd6a72fa7cc1619821b08d8ff0ac33d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:03:32 +0530 Subject: [PATCH 66/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 64c7cec71..6c99d3a7c 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: markdown id: description attributes: - values: "Description of issue (what needs changing)" + value: "Description of issue (what needs changing)" - type: input id: programminglang attributes: From 1004fb48c775daa67e93be0506a7f52894d3afb2 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:04:07 +0530 Subject: [PATCH 67/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 6c99d3a7c..19854f5fc 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: markdown id: description attributes: - value: "Description of issue (what needs changing)" + value: "##Description of issue (what needs changing)" - type: input id: programminglang attributes: From 7661114a5263983b809ad8215bb3c77bae575e69 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:07:39 +0530 Subject: [PATCH 68/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 19854f5fc..3aa604a9c 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: markdown id: description attributes: - value: "##Description of issue (what needs changing)" + value: **Description of issue (what needs changing)** - type: input id: programminglang attributes: From c493c1a4ef72a60cb606c49f6011f9fd1255864c Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:08:55 +0530 Subject: [PATCH 69/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 3aa604a9c..347557a39 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: markdown id: description attributes: - value: **Description of issue (what needs changing)** + value: #Description of issue (what needs changing) - type: input id: programminglang attributes: From a2189c0143831fdcc2458f40e165d271d39ff309 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:09:16 +0530 Subject: [PATCH 70/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 347557a39..2acbc9ae1 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: markdown id: description attributes: - value: #Description of issue (what needs changing) + value: Description of issue (what needs changing) - type: input id: programminglang attributes: From ba4b5160cdc28313b217b59ff96141d075819457 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:10:18 +0530 Subject: [PATCH 71/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 2acbc9ae1..8bdbb7d3e 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -10,7 +10,7 @@ body: id: url attributes: value: URL(s) with the issue Please provide a link to the documentation entry, for example https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - - type: markdown + - type: input id: description attributes: value: Description of issue (what needs changing) From 423359b478425ece1f04c3c508af465e9d97be10 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:10:47 +0530 Subject: [PATCH 72/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 8bdbb7d3e..2e5f90b04 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -13,7 +13,7 @@ body: - type: input id: description attributes: - value: Description of issue (what needs changing) + label: Description of issue (what needs changing) - type: input id: programminglang attributes: From 00592ac22d3589a78146b21540b09f48ecd2781e Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:11:55 +0530 Subject: [PATCH 73/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 2e5f90b04..ed816e39c 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -14,6 +14,7 @@ body: id: description attributes: label: Description of issue (what needs changing) + description: Kinds of documentation problems - type: input id: programminglang attributes: From 57b84d8ab3211eca53bd6c0797ad1687a5959af2 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:12:23 +0530 Subject: [PATCH 74/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index ed816e39c..232576140 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -15,6 +15,7 @@ body: attributes: label: Description of issue (what needs changing) description: Kinds of documentation problems + label: asgdh - type: input id: programminglang attributes: From 212b0279d066316f40df2e07761d691023a79d62 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:24:36 +0530 Subject: [PATCH 75/88] Update Documentation_issue_template.yaml --- .../Documentation_issue_template.yaml | 104 +++++++----------- 1 file changed, 37 insertions(+), 67 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 232576140..51b9f7dd5 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -1,4 +1,4 @@ -name: Build/Install Issue1 +name: documentation issue description: Use this template to report build/install issue labels: 'type:doc-bug' body: @@ -15,89 +15,59 @@ body: attributes: label: Description of issue (what needs changing) description: Kinds of documentation problems - label: asgdh - type: input - id: programminglang + id: clear_desc attributes: - label: Programming Language and version - description: - placeholder: e.g. C++ 14, Python 3.6, Java + label: Clear description + description: For example, why should someone use this method? How is it useful? validations: required: true - type: input - id: virtualenv + id: link attributes: - label: Installed using virtualenv? pip? Conda?(if python) - description: - placeholder: - validations: - required: false - - type: input - id: mediapipever - attributes: - label: MediaPipe version - description: - placeholder: e.g. 0.8.11, 0.9.1 - validations: - required: false - - type: input - id: bazelver - attributes: - label: Bazel version - description: - placeholder: e.g. 5.0, 5.1 + label: Correct links + description: Is the link to the source code correct? validations: required: false - type: input - id: xcodeversion + id: parameter attributes: - label: XCode and Tulsi versions(if iOS) - description: - placeholder: + label: Parameters defined + description: Are all parameters defined and formatted correctly? validations: - required: false + required: false - type: input - id: sdkndkversion + id: returns attributes: - label: Android SDK and NDK versions(if android) - description: - placeholder: + label: Returns defined + description: Are return values defined? validations: required: false - - type: dropdown - id: androidaar - attributes: - label: Android AAR(if android) - options: - - 'Yes' - - 'No' - validations: - required: false - type: input - id: opencvversion + id: raises attributes: - label: OpenCV version(if running on desktop) - description: - placeholder: + label: Raises listed and defined + description: Are the errors defined? For example, validations: - required: false - - type: textarea - id: what-happened + required: false + - type: input + id: usage attributes: - label: Describe the problem - description: Provide the exact sequence of commands / steps that you executed before running into the [problem](https://google.github.io/mediapipe/getting_started/getting_started.html) - placeholder: Tell us what you see! - value: "A bug happened!" - render: shell + label: Usage example + description: Is there a usage example? See the API guide-on how to write testable usage examples. validations: - required: true - - type: textarea - id: code-to-reproduce - attributes: - label: Complete Logs - description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached - placeholder: Tell us what you see! - value: - render: shell - validations: - required: true + required: false + - type: input + id: visual + attributes: + label: Request visuals, if applicable + description: Are there currently visuals? If not, will it clarify the content? + validations: + required: false + - type: input + id: pull + attributes: + label: Submit a pull request? + description: Are you planning to also submit a pull request to fix the issue? See the [docs](https://github.com/google/mediapipe/blob/master/CONTRIBUTING.md) + validations: + required: false From 681136a1d872e6351c5d6b5b031551791a40892b Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:25:47 +0530 Subject: [PATCH 76/88] Update Documentation_issue_template.yaml --- .../Documentation_issue_template.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 51b9f7dd5..06e07d8b1 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -57,14 +57,14 @@ body: description: Is there a usage example? See the API guide-on how to write testable usage examples. validations: required: false - - type: input - id: visual - attributes: - label: Request visuals, if applicable - description: Are there currently visuals? If not, will it clarify the content? - validations: + - type: input + id: visual + attributes: + label: Request visuals, if applicable + description: Are there currently visuals? If not, will it clarify the content? + validations: required: false - - type: input + - type: input id: pull attributes: label: Submit a pull request? From c0a360d8f4fff98ee96f6cb1a6aa77a23efb6f82 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:26:41 +0530 Subject: [PATCH 77/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index 06e07d8b1..ed9c9a74b 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -64,10 +64,10 @@ body: description: Are there currently visuals? If not, will it clarify the content? validations: required: false - - type: input - id: pull - attributes: + - type: input + id: pull + attributes: label: Submit a pull request? description: Are you planning to also submit a pull request to fix the issue? See the [docs](https://github.com/google/mediapipe/blob/master/CONTRIBUTING.md) - validations: + validations: required: false From 5046c2c5ce50f89193574559bab46a78cedefd6b Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:26:53 +0530 Subject: [PATCH 78/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index ed9c9a74b..f8e24f030 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -1,4 +1,4 @@ -name: documentation issue +name: Documentation issue description: Use this template to report build/install issue labels: 'type:doc-bug' body: From b10812a7e2aa14a07102e312a6c741aa8255570b Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:27:16 +0530 Subject: [PATCH 79/88] Update Documentation_issue_template.yaml --- .github/ISSUE_TEMPLATE/Documentation_issue_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml index f8e24f030..ce2d7956a 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/Documentation_issue_template.yaml @@ -1,5 +1,5 @@ name: Documentation issue -description: Use this template to report build/install issue +description: Use this template for documentation related issues. If this doesn’t look right, choose a different type. labels: 'type:doc-bug' body: - type: markdown From 77f3cd8942a6d29642f544d1831d2c9ae98eb4f0 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:06:09 +0530 Subject: [PATCH 80/88] Rename build.yaml to build.install_issue_template.yaml --- .../{build.yaml => build.install_issue_template.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{build.yaml => build.install_issue_template.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/build.yaml b/.github/ISSUE_TEMPLATE/build.install_issue_template.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/build.yaml rename to .github/ISSUE_TEMPLATE/build.install_issue_template.yaml From 2e8d615153b7fa0bcabeb632d6d979ac8611a66d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:07:59 +0530 Subject: [PATCH 81/88] Rename model_maker_issue_template1.yaml to model_maker_issue_template.yaml --- ...maker_issue_template1.yaml => model_maker_issue_template.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{model_maker_issue_template1.yaml => model_maker_issue_template.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml rename to .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml From 51490ea5d95fa8a36910ca72a6620c5ee6b7089d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:15:44 +0530 Subject: [PATCH 82/88] Delete 11-tasks-issue.md --- .github/ISSUE_TEMPLATE/11-tasks-issue.md | 25 ------------------------ 1 file changed, 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/11-tasks-issue.md diff --git a/.github/ISSUE_TEMPLATE/11-tasks-issue.md b/.github/ISSUE_TEMPLATE/11-tasks-issue.md deleted file mode 100644 index 4e9ae721d..000000000 --- a/.github/ISSUE_TEMPLATE/11-tasks-issue.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "Tasks Issue" -about: Use this template for assistance with using MediaPipe Tasks (developers.google.com/mediapipe/solutions) to deploy on-device ML solutions (e.g. gesture recognition etc.) on supported platforms. -labels: type:support - ---- -Please make sure that this is a [Tasks](https://developers.google.com/mediapipe/solutions) issue. - -**System information** (Please provide as much relevant information as possible) -- Have I written custom code (as opposed to using a stock example script provided in MediaPipe): -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android 11, iOS 14.4): -- MediaPipe Tasks SDK version: -- Task name (e.g. Object detection, Gesture recognition etc.): -- Programming Language and version ( e.g. C++, Python, Java): - -**Describe the expected behavior:** - -**Standalone code you may have used to try to get what you need :** - -If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem: - -**Other info / Complete Logs :** -Include any logs or source code that would be helpful to -diagnose the problem. If including tracebacks, please include the full -traceback. Large logs and files should be attached: From 1b535a4fd16ac2f2d18351ff1bca691b76acbc93 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:15:52 +0530 Subject: [PATCH 83/88] Delete 12-model-maker-issue.md --- .../ISSUE_TEMPLATE/12-model-maker-issue.md | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/12-model-maker-issue.md diff --git a/.github/ISSUE_TEMPLATE/12-model-maker-issue.md b/.github/ISSUE_TEMPLATE/12-model-maker-issue.md deleted file mode 100644 index 31e8d7f1b..000000000 --- a/.github/ISSUE_TEMPLATE/12-model-maker-issue.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "Model Maker Issue" -about: Use this template for assistance with using MediaPipe Model Maker (developers.google.com/mediapipe/solutions) to create custom on-device ML solutions. -labels: type:support - ---- -Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue. - -**System information** (Please provide as much relevant information as possible) -- Have I written custom code (as opposed to using a stock example script provided in MediaPipe): -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): -- Python version (e.g. 3.8): -- [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/): -- Task name (e.g. Image classification, Gesture recognition etc.): - -**Describe the expected behavior:** - -**Standalone code you may have used to try to get what you need :** - -If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem: - -**Other info / Complete Logs :** -Include any logs or source code that would be helpful to -diagnose the problem. If including tracebacks, please include the full -traceback. Large logs and files should be attached: From d3bd5db1f8ed23ce10450ae8879024bfdb5ee81d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:16:01 +0530 Subject: [PATCH 84/88] Delete 13-solution-issue.md --- .github/ISSUE_TEMPLATE/13-solution-issue.md | 26 --------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/13-solution-issue.md diff --git a/.github/ISSUE_TEMPLATE/13-solution-issue.md b/.github/ISSUE_TEMPLATE/13-solution-issue.md deleted file mode 100644 index bf0d613c9..000000000 --- a/.github/ISSUE_TEMPLATE/13-solution-issue.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: "Solution (legacy) Issue" -about: Use this template for assistance with a specific Mediapipe solution (google.github.io/mediapipe/solutions) such as "Pose", including inference model usage/training, solution-specific calculators etc. -labels: type:support - ---- -Please make sure that this is a [solution](https://google.github.io/mediapipe/solutions/solutions.html) issue. - -**System information** (Please provide as much relevant information as possible) -- Have I written custom code (as opposed to using a stock example script provided in Mediapipe): -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android 11, iOS 14.4): -- [MediaPipe version](https://github.com/google/mediapipe/releases): -- Bazel version: -- Solution (e.g. FaceMesh, Pose, Holistic): -- Programming Language and version ( e.g. C++, Python, Java): - -**Describe the expected behavior:** - -**Standalone code you may have used to try to get what you need :** - -If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab/repo link /any notebook: - -**Other info / Complete Logs :** -Include any logs or source code that would be helpful to -diagnose the problem. If including tracebacks, please include the full -traceback. Large logs and files should be attached: From 4e47081d12c77f86273324322df716bcc137b4c7 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:16:16 +0530 Subject: [PATCH 85/88] Delete 14-studio-issue.md --- .github/ISSUE_TEMPLATE/14-studio-issue.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/14-studio-issue.md diff --git a/.github/ISSUE_TEMPLATE/14-studio-issue.md b/.github/ISSUE_TEMPLATE/14-studio-issue.md deleted file mode 100644 index 5942b1eb1..000000000 --- a/.github/ISSUE_TEMPLATE/14-studio-issue.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: "Studio Issue" -about: Use this template for assistance with the MediaPipe Studio application. -labels: type:support - ---- -Please make sure that this is a MediaPipe Studio issue. - -**System information** (Please provide as much relevant information as possible) -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android 11, iOS 14.4): -- Browser and Version -- Any microphone or camera hardware -- URL that shows the problem - -**Describe the expected behavior:** - -**Other info / Complete Logs :** -Include any js console logs that would be helpful to diagnose the problem. -Large logs and files should be attached: From dd8d8ae42257f332e6cb18128c427cf2c811d73c Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:16:26 +0530 Subject: [PATCH 86/88] Delete 20-documentation-issue.md --- .../ISSUE_TEMPLATE/20-documentation-issue.md | 51 ------------------- 1 file changed, 51 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/20-documentation-issue.md diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.md b/.github/ISSUE_TEMPLATE/20-documentation-issue.md deleted file mode 100644 index 2918e03b4..000000000 --- a/.github/ISSUE_TEMPLATE/20-documentation-issue.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -name: "Documentation Issue" -about: Use this template for documentation related issues -labels: type:docs - ---- -Thank you for submitting a MediaPipe documentation issue. -The MediaPipe docs are open source! To get involved, read the documentation Contributor Guide -## URL(s) with the issue: - -Please provide a link to the documentation entry, for example: https://github.com/google/mediapipe/blob/master/docs/solutions/face_mesh.md#models - -## Description of issue (what needs changing): - -Kinds of documentation problems: - -### Clear description - -For example, why should someone use this method? How is it useful? - -### Correct links - -Is the link to the source code correct? - -### Parameters defined -Are all parameters defined and formatted correctly? - -### Returns defined - -Are return values defined? - -### Raises listed and defined - -Are the errors defined? For example, - -### Usage example - -Is there a usage example? - -See the API guide: -on how to write testable usage examples. - -### Request visuals, if applicable - -Are there currently visuals? If not, will it clarify the content? - -### Submit a pull request? - -Are you planning to also submit a pull request to fix the issue? See the docs -https://github.com/google/mediapipe/blob/master/CONTRIBUTING.md - From 9b7081837c82a81159c10b8f53af07db55e432e6 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:16:35 +0530 Subject: [PATCH 87/88] Delete 30-bug-issue.md --- .github/ISSUE_TEMPLATE/30-bug-issue.md | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/30-bug-issue.md diff --git a/.github/ISSUE_TEMPLATE/30-bug-issue.md b/.github/ISSUE_TEMPLATE/30-bug-issue.md deleted file mode 100644 index 996c06cf5..000000000 --- a/.github/ISSUE_TEMPLATE/30-bug-issue.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "Bug Issue" -about: Use this template for reporting a bug -labels: type:bug - ---- -Please make sure that this is a bug and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html), FAQ documentation before raising any issues. - -**System information** (Please provide as much relevant information as possible) - -- Have I written custom code (as opposed to using a stock example script provided in MediaPipe): -- OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android 11, iOS 14.4): -- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: -- Browser and version (e.g. Google Chrome, Safari) if the issue happens on browser: -- Programming Language and version ( e.g. C++, Python, Java): -- [MediaPipe version](https://github.com/google/mediapipe/releases): -- Bazel version (if compiling from source): -- Solution ( e.g. FaceMesh, Pose, Holistic ): -- Android Studio, NDK, SDK versions (if issue is related to building in Android environment): -- Xcode & Tulsi version (if issue is related to building for iOS): - -**Describe the current behavior:** - -**Describe the expected behavior:** - -**Standalone code to reproduce the issue:** -Provide a reproducible test case that is the bare minimum necessary to replicate the problem. If possible, please share a link to Colab/repo link /any notebook: - -**Other info / Complete Logs :** - Include any logs or source code that would be helpful to -diagnose the problem. If including tracebacks, please include the full -traceback. Large logs and files should be attached From e7dff428faae6e5ceb37b2cc335682efe7763c73 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 19:16:46 +0530 Subject: [PATCH 88/88] Delete 40-feature-request.md --- .github/ISSUE_TEMPLATE/40-feature-request.md | 24 -------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/40-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/40-feature-request.md b/.github/ISSUE_TEMPLATE/40-feature-request.md deleted file mode 100644 index 2e1aafc7a..000000000 --- a/.github/ISSUE_TEMPLATE/40-feature-request.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: "Feature Request" -about: Use this template for raising a feature request -labels: type:feature - ---- -Please make sure that this is a feature request. - -**System information** (Please provide as much relevant information as possible) - -- MediaPipe Solution (you are using): -- Programming language : C++/typescript/Python/Objective C/Android Java -- Are you willing to contribute it (Yes/No): - - -**Describe the feature and the current behavior/state:** - -**Will this change the current api? How?** - -**Who will benefit with this feature?** - -**Please specify the use cases for this feature:** - -**Any Other info:**