From cdc14522e2821a60ec1ee208430e364917e21985 Mon Sep 17 00:00:00 2001 From: Khanh LeViet Date: Tue, 6 Dec 2022 13:01:06 -0800 Subject: [PATCH] Added issue templates for MP Preview. PiperOrigin-RevId: 493389856 --- .../ISSUE_TEMPLATE/11-tasks-issue.md | 25 +++++++++++++++++++ .../ISSUE_TEMPLATE/12-model-maker-issue.md | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 mediapipe/opensource_only/ISSUE_TEMPLATE/11-tasks-issue.md create mode 100644 mediapipe/opensource_only/ISSUE_TEMPLATE/12-model-maker-issue.md diff --git a/mediapipe/opensource_only/ISSUE_TEMPLATE/11-tasks-issue.md b/mediapipe/opensource_only/ISSUE_TEMPLATE/11-tasks-issue.md new file mode 100644 index 000000000..ab7b38368 --- /dev/null +++ b/mediapipe/opensource_only/ISSUE_TEMPLATE/11-tasks-issue.md @@ -0,0 +1,25 @@ +--- +name: "Tasks Issue" +about: Use this template for assistance with a specific task, such as "Gesture Recognition" or "Object Detection", including inference model usage/training etc. +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: diff --git a/mediapipe/opensource_only/ISSUE_TEMPLATE/12-model-maker-issue.md b/mediapipe/opensource_only/ISSUE_TEMPLATE/12-model-maker-issue.md new file mode 100644 index 000000000..687360957 --- /dev/null +++ b/mediapipe/opensource_only/ISSUE_TEMPLATE/12-model-maker-issue.md @@ -0,0 +1,25 @@ +--- +name: "Model Maker Issue" +about: Use this template for assistance with a specific task, such as "Gesture Recognition" or "Object Detection", including inference model usage/training etc. +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: