mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Deployed f407292 with MkDocs version: 1.5.2
This commit is contained in:
@@ -727,21 +727,24 @@
|
|||||||
So please be a bit patient with your meter :-)</li>
|
So please be a bit patient with your meter :-)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="pre-value"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5</span> Pre-Value</h2>
|
<h2 id="pre-value"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.5</span> Pre-Value</h2>
|
||||||
<p>PreValue is here a bit missleading, because normally it is the same as the last value. In the next round of reading it will be used to check nagtive rates, high rates (MaxRateValue / MaxRateType) and CCheckDigitIncreaseConsistency (dig-class11 only). Either from a previous correctly identified value or manual setting by the user.</p>
|
<p>PreValue is here a bit missleading, because normally it is the same as the last value. In the next round of reading it will be used to check nagtive rates, high rates (MaxRateValue / MaxRateType) and CheckDigitIncreaseConsistency (dig-class11 only). Either from a previous correctly identified value or manual setting by the user.</p>
|
||||||
<p>If you use post processes, enable the pre-value. The pre-value must be set at first time. Set it to the current raw value. </p>
|
<p>If you use post processes, enable the pre-value. The pre-value must be set at first time. Set it to the current raw value. </p>
|
||||||
<p>If the device runs in errors, the pre-value will not be updated, as long as the <code>preValueAgeStartup</code> time between the last valid value (or startup time) and current time is not exceeded. After it the preValue will be set again, if no other error occured. So the device can not run in an endless error, like high rate.</p>
|
<p>If the device runs in errors, the pre-value will not be updated, as long as the <code>preValueAgeStartup</code> time between the last valid value (or startup time) and current time is not exceeded. After it the preValue will be set again, if no other error occured. So the device can not run in an endless error, like high rate.</p>
|
||||||
<h2 id="rate-too-high-read"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.6</span> "Rate too high - Read: ..."</h2>
|
<h2 id="rate-too-high-read"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.6</span> "Rate too high - Read: ..."</h2>
|
||||||
<p>In configuration you can set the <code>MaxRateValue</code> and <code>MaxRateType</code>. The settings suppress improbably high values that can come from false readings. To do this, the value must be set correctly depending on your meter.</p>
|
<p>In configuration you can set the <code>MaxRateValue</code> and <code>MaxRateType</code>. The settings suppress improbably high values that can come from false readings. To do this, the value must be set correctly depending on your meter.</p>
|
||||||
<p>Before doing this, you should be clear about the type of rating you want to use.</p>
|
<p>Before doing this, you should be clear about the type of rating you want to use.</p>
|
||||||
<p>"Absolute change" is the interval between two readings - no matter how often the readings happen. </p>
|
<ul>
|
||||||
<p>"RateCange" is the change per minute. This is calculated from the time difference between the last and the current reading. </p>
|
<li><code>Absolute change</code> is the interval between two readings - no matter how often the readings happen. </li>
|
||||||
|
<li><code>RateCange</code> is the change per minute. This is calculated from the time difference between the last and the current reading. </li>
|
||||||
|
</ul>
|
||||||
<p>If there is an interval of 5 minutes between readings and a MaxRateValue of 1, an error "Rate too high - Read: ..." if </p>
|
<p>If there is an interval of 5 minutes between readings and a MaxRateValue of 1, an error "Rate too high - Read: ..." if </p>
|
||||||
<p>Absolute change: the difference is > 1</p>
|
<ul>
|
||||||
<p>RateChange: the difference is > 1 / 5</p>
|
<li>Absolute change: the difference is <code>> 1</code></li>
|
||||||
|
<li>RateChange: the difference is <code>> 1 / 5</code></li>
|
||||||
|
</ul>
|
||||||
<h1 id="train-on-my-own-images"><span class="enumerate-headings-plugin enumerate-heading-plugin">2.</span> Train on my own images</h1>
|
<h1 id="train-on-my-own-images"><span class="enumerate-headings-plugin enumerate-heading-plugin">2.</span> Train on my own images</h1>
|
||||||
<p>Look at <a href="https://jomjol.github.io/AI-on-the-edge-device-docs/Learn-models-with-your-own-images/">Learn models with your own images</a></p>
|
<p>Look at <a href="https://jomjol.github.io/AI-on-the-edge-device-docs/Learn-models-with-your-own-images/">Learn models with your own images</a>
|
||||||
<p>and</p>
|
and <a href="https://github.com/haverland/Tenth-of-step-of-a-meter-digit/wiki/Cookbook-running-the-jupyter-notebook-with-my-own-data">Cookbook running the jupyter notebook with my own data</a>.</p>
|
||||||
<p><a href="https://github.com/haverland/Tenth-of-step-of-a-meter-digit/wiki/Cookbook-running-the-jupyter-notebook-with-my-own-data">Cookbook running the jupyter notebook with my own data</a>.</p>
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Reference in New Issue
Block a user