mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-10 05:26:54 +03:00
Small language fixes (#20)
* Small language fixes * Another fix * Another fix
This commit is contained in:
committed by
GitHub
parent
55e076ab9d
commit
23481fc7e7
@@ -1,8 +1,8 @@
|
|||||||
# Frequently Asked Questions
|
# Frequently Asked Questions
|
||||||
|
|
||||||
## My device is reboot frequently. What can I do?
|
## My device reboots frequently. What can I do?
|
||||||
|
|
||||||
There are several reasons for the reboot:
|
There are several reasons for frequent reboots:
|
||||||
|
|
||||||
* Frequent HTML requests
|
* Frequent HTML requests
|
||||||
* Wrong configuration, missing configuration files
|
* Wrong configuration, missing configuration files
|
||||||
@@ -26,7 +26,7 @@ Anecdotally, the authors of this page have great success with the meter. While t
|
|||||||
See the FAQs below for more details and configuration hints.
|
See the FAQs below for more details and configuration hints.
|
||||||
|
|
||||||
|
|
||||||
## My numbers are not corrected detected. What can I do?
|
## My numbers are not correctly detected. What can I do?
|
||||||
|
|
||||||
* There is a dedicated page about the correct setting [ROI Configuration](../ROI-Configuration/).
|
* There is a dedicated page about the correct setting [ROI Configuration](../ROI-Configuration/).
|
||||||
* This page also includes the instructions for gathering new images for the training.
|
* This page also includes the instructions for gathering new images for the training.
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ Make sure the ROIs are in the right order, matching the significance of a digit/
|
|||||||
The order of the ROIs defines how the individual digits are combined to the total number. The first ROI is the digit with the highest order (left side), then the second and so on. You can control the order in the selector tab and change it with the buttons `"move Next"` or `"move Previous"`.
|
The order of the ROIs defines how the individual digits are combined to the total number. The first ROI is the digit with the highest order (left side), then the second and so on. You can control the order in the selector tab and change it with the buttons `"move Next"` or `"move Previous"`.
|
||||||
|
|
||||||
In most cases **digits** are ordered equidistantly (have the same distance between each other) and have the same size.
|
In most cases **digits** are ordered equidistantly (have the same distance between each other) and have the same size.
|
||||||
Bcause of this the Web Interface keeps their sises and distance the same.
|
Bcause of this the Web Interface keeps their sizes and distance the same.
|
||||||
If you need individual sizes or distances, untick the settings `(4)`.
|
If you need individual sizes or distances, untick the settings `(4)`.
|
||||||
|
|
||||||
In almost all cases the sizes and `y` values should be identical!
|
In almost all cases the sizes and `y` values should be identical!
|
||||||
@@ -150,4 +150,4 @@ Here an example:
|
|||||||
### Saving
|
### Saving
|
||||||
Once you are done, push `Save` to persist your setup.
|
Once you are done, push `Save` to persist your setup.
|
||||||
|
|
||||||
A reboot is required to apply the changed configuration!
|
A reboot is required to apply the changed configuration!
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ nav:
|
|||||||
- External Links:
|
- External Links:
|
||||||
- Releases: https://github.com/jomjol/AI-on-the-edge-device/releases
|
- Releases: https://github.com/jomjol/AI-on-the-edge-device/releases
|
||||||
- Web Installer/Console: https://jomjol.github.io/AI-on-the-edge-device/index.html
|
- Web Installer/Console: https://jomjol.github.io/AI-on-the-edge-device/index.html
|
||||||
- Place an Issue: https://github.com/jomjol/AI-on-the-edge-device/issues
|
- Create an Issue: https://github.com/jomjol/AI-on-the-edge-device/issues
|
||||||
- Join a Discussion: https://github.com/jomjol/AI-on-the-edge-device/discussions
|
- Join a Discussion: https://github.com/jomjol/AI-on-the-edge-device/discussions
|
||||||
|
|
||||||
- Configuration:
|
- Configuration:
|
||||||
|
|||||||
Reference in New Issue
Block a user