2023-02-03 11:35:33 +01:00
name : Model Maker Issues
2023-02-03 11:15:51 +01:00
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
2023-02-03 11:23:24 +01:00
id : linkmodel
2023-02-03 11:15:51 +01:00
attributes :
2023-02-03 11:21:37 +01:00
value : Please make sure that this is a [Model Maker](https://developers.google.com/mediapipe/solutions) issue
2023-02-03 11:15:51 +01:00
- type : dropdown
2023-02-03 11:33:01 +01:00
id : customcode_model
2023-02-03 11:15:51 +01:00
attributes :
label : Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
options :
- 'Yes'
- 'No'
validations :
2023-02-07 22:29:56 +01:00
required : false
2023-02-03 11:15:51 +01:00
- type : input
2023-02-03 11:31:18 +01:00
id : os_model
2023-02-03 11:15:51 +01:00
attributes :
label : OS Platform and Distribution
placeholder : e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4
validations :
2023-02-07 22:29:56 +01:00
required : true
2023-02-03 11:15:51 +01:00
- type : input
id : pythonver
attributes :
2023-02-07 22:29:56 +01:00
label : Python Version
2023-02-03 11:15:51 +01:00
placeholder : e.g. 3.7, 3.8
validations :
required : true
- type : input
id : modelmakerver
attributes :
2023-02-03 11:18:18 +01:00
label : MediaPipe Model Maker version
2023-02-03 11:15:51 +01:00
validations :
2023-02-07 22:29:56 +01:00
required : false
2023-02-03 11:28:48 +01:00
- type : input
id : taskname
2023-02-03 11:15:51 +01:00
attributes :
2023-02-07 22:29:56 +01:00
label : Task name (e.g. Image classification, Gesture recognition etc.)
2023-02-03 11:15:51 +01:00
validations :
required : true
2023-09-01 10:30:48 +02:00
- type : input
2023-02-03 11:31:56 +01:00
id : current_model
2023-02-03 11:28:48 +01:00
attributes :
2023-02-03 11:15:51 +01:00
label : Describe the actual behavior
2023-02-03 11:28:48 +01:00
validations :
2023-02-07 22:29:56 +01:00
required : true
2023-09-01 10:30:48 +02:00
- type : input
2023-02-03 11:31:56 +01:00
id : expected_model
2023-02-03 11:28:48 +01:00
attributes :
2023-02-03 11:15:51 +01:00
label : Describe the expected behaviour
2023-02-03 11:28:48 +01:00
validations :
required : true
- type : textarea
2023-02-03 11:31:56 +01:00
id : what-happened_model
2023-02-03 11:28:48 +01:00
attributes :
2023-02-03 11:15:51 +01:00
label : Standalone code/steps you may have used to try to get what you need
2023-02-03 11:28:48 +01:00
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
2023-02-03 11:15:51 +01:00
render : shell
2023-02-03 11:28:48 +01:00
validations :
2023-02-03 11:15:51 +01:00
required : true
- type : textarea
id : other_info
attributes :
2023-02-07 22:29:56 +01:00
label : Other info / Complete Logs
2023-02-03 11:30:21 +01:00
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
2023-02-03 11:15:51 +01:00
render : shell
validations :
required : false