mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-31 11:56:14 +03:00
* Create training.yaml * Update training.yaml * Create plain.yaml * Rename .github/plain.yaml to .github/ISSUE_TEMPLATE/plain.yaml * Update plain.yaml * Update plain.yaml * Update plain.yaml * Update bug_report.yml * Update config.yml * Create feature.yaml * Update feature.yaml * Update feature.yaml * Update feature.yaml * Update feature.yaml * Update bug_report.yml * Rename plain.yaml to _plain.yaml * Rename _plain.yaml to x_plain.yaml * Update bug_report.yml * Update feature.yaml * Update training.yaml * Update config.yml * Update training.yaml * Update x_plain.yaml
18 lines
644 B
YAML
18 lines
644 B
YAML
name: 📖 New Training Data
|
|
description: Use this form if you collected images and want to provide them for training the model
|
|
title: New Training Data
|
|
labels: new training data
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before you proceed, please check:
|
|
- [ ] Did you follow the guideline as documented in the [Wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki/ROI-Configuration)? We will only be able to accept the files if the fulfill the rules!
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Files
|
|
description: You can drag & drop your zipped images here
|