mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-12 14:37:09 +03:00
Deployed 894846b with MkDocs version: 1.4.2
This commit is contained in:
@@ -41,14 +41,36 @@
|
||||
|
||||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
||||
<p class="caption"><span class="caption-text">Getting Started</span></p>
|
||||
<ul>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="..">Welcome</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Installation/">Installation</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Hardware-Compatibility/">Hardware Compatibility</a>
|
||||
</li>
|
||||
<li class="toctree-l1 current"><a class="reference internal current" href="./">Best Practice</a>
|
||||
<ul class="current">
|
||||
<li class="toctree-l2"><a class="reference internal" href="#camera-placement">Camera Placement</a>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#reflections">Reflections</a>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#post-processing">Post-processing</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../FAQs/">Frequently Asked Questions</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Configuration</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Choosing-the-Model/">Model Selection</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Advanced</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Build-Instructions/">Build the project yourself</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">API's</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../REST-API/">REST API</a>
|
||||
@@ -68,17 +90,9 @@
|
||||
</li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Asorted Pages</span></p>
|
||||
<ul class="current">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Addditional-Information/">Addditional Information</a>
|
||||
</li>
|
||||
<li class="toctree-l1 current"><a class="reference internal current" href="./">Best Practice</a>
|
||||
<ul class="current">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Build-Instructions/">New</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Choosing-the-Model/">Which model should I use?</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Configuration-Parameter-Details/">Configuration Parameter Details</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Configuration/">Configuration</a>
|
||||
@@ -99,8 +113,6 @@
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Graphical-configuration/">Graphical configuration</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Hardware-Compatibility/">Hardware Compatibility</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Install-a-rolling-%28unstable%29-release/">:bangbang: Living on the edge :bangbang:</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Integrated%20Functions/">Integrated Functions</a>
|
||||
@@ -123,8 +135,6 @@
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../Watermeter-specific-analog---digital-transition/">Understanding the problem</a>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../xxx%20old%20AI-on-the-edge/">(old) Welcome to the AI-on-the-edge-device wiki!</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -140,7 +150,7 @@
|
||||
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
|
||||
<ul class="wy-breadcrumbs">
|
||||
<li><a href=".." class="icon icon-home" alt="Docs"></a> »</li>
|
||||
<li>Asorted Pages »</li>
|
||||
<li>Getting Started »</li>
|
||||
<li>Best Practice</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs/Best-Practice.md" class="icon icon-github"> Edit on GitHub</a>
|
||||
@@ -151,38 +161,34 @@
|
||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
<div class="section" itemprop="articleBody">
|
||||
|
||||
<p>This page shows some best practices.</p>
|
||||
<h1 id="camera-placement">Camera Placement</h1>
|
||||
<h1 id="best-practice">Best Practice</h1>
|
||||
<p>This page shows some best practices:</p>
|
||||
<h2 id="camera-placement">Camera Placement</h2>
|
||||
<ul>
|
||||
<li>Move the Camera as close as possible(~4cm), this will help get rid of reflections.
|
||||
-> focus can be adjusted by turning the outer black ring of the camera.</li>
|
||||
<li>If the LED reflections are too strong, put tape over the LED to defuse the light</li>
|
||||
<li>Change the ImageSize to QVGA under "Expert mode" configuration when close enough, this will be faster and is often good enough for digital recognition.</li>
|
||||
</ul>
|
||||
<h1 id="reflections">Reflections</h1>
|
||||
<h2 id="reflections">Reflections</h2>
|
||||
<ul>
|
||||
<li>Try to get ride of the reflections by rotating the camera, so that the reflections are at positions, where no number is.</li>
|
||||
<li>By using the external LED option, you can place WS2812 LEDs freely away from the main axis.</li>
|
||||
<li>Users report, that a handy cover foil could also help</li>
|
||||
</ul>
|
||||
<h1 id="post-processing">Post-processing</h1>
|
||||
<h2 id="post-processing">Post-processing</h2>
|
||||
<ul>
|
||||
<li>Filter out the Number "9", as "3" will often be misread for a "9" and void every number between 3 and 9 due to it being negative flow.</li>
|
||||
<li>Split the readings into two, while the decimal numbers might move to fast to be recognized, at least the slower moving part will produce a correct reading.
|
||||
-> keep in mind that the offset needs to be adjusted, a.e if you have a comma reading of "3", it needs to become "0.3". This can be done wherever the data ends up being sent, like home assistant using sensor templates.</li>
|
||||
<li>If you are using a low resolution and only digital mode, processing can often be done in <1 minute. Check the logs to confirm how fast it is and then set the interval accordingly under "Expert mode" in configuration, as the normal mode will lock you to 3+ minutes.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li>[ ] Todo condense from various discussions, eg. ~~https://github.com/jomjol/AI-on-the-edge-device/issues/765~~ and https://github.com/jomjol/AI-on-the-edge-device/discussions/984</li>
|
||||
<li>[ ] Todo add images and more in-depth explanation </li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div><footer>
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
|
||||
<a href="../Addditional-Information/" class="btn btn-neutral float-left" title="Addditional Information"><span class="icon icon-circle-arrow-left"></span> Previous</a>
|
||||
<a href="../Build-Instructions/" class="btn btn-neutral float-right" title="New">Next <span class="icon icon-circle-arrow-right"></span></a>
|
||||
<a href="../Hardware-Compatibility/" class="btn btn-neutral float-left" title="Hardware Compatibility"><span class="icon icon-circle-arrow-left"></span> Previous</a>
|
||||
<a href="../FAQs/" class="btn btn-neutral float-right" title="Frequently Asked Questions">Next <span class="icon icon-circle-arrow-right"></span></a>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
@@ -209,10 +215,10 @@
|
||||
</span>
|
||||
|
||||
|
||||
<span><a href="../Addditional-Information/" style="color: #fcfcfc">« Previous</a></span>
|
||||
<span><a href="../Hardware-Compatibility/" style="color: #fcfcfc">« Previous</a></span>
|
||||
|
||||
|
||||
<span><a href="../Build-Instructions/" style="color: #fcfcfc">Next »</a></span>
|
||||
<span><a href="../FAQs/" style="color: #fcfcfc">Next »</a></span>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user