Skip to content

Commit 2151cb5

Browse files
author
arch
committed
seperate local delta in 2 parameter
1 parent 3dd6ed8 commit 2151cb5

File tree

16 files changed

+33
-18
lines changed

16 files changed

+33
-18
lines changed

docs/app/docs/user-guide/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Config Files:
3131

3232
- `skip_frames` (int): This parameter specifies how many frames are skipped and interpolated during tracking. Increase this parameter to improve the processing speed on slow hardware. But higher values result in poorer predictions!
3333
- `avg_sec_for_local_min_max_extraction` (float): Specify the window size for the calculation of the reference value for the local min and max search.
34+
- `local_max_delta_in_percent` (float): Specify the maximum deviation for a max point in percent (recommend range: `0.0 - 10.0`)
35+
- `local_min_delta_in_percent` (float): Specify the maximum deviation for a min point in percent (recommend range: `0.0 - 10.0`)
3436
- `min_frames` (int): Specify the minimum required frames for the tracking. Wee need this parameter to ensure there is at leas two strokes in the tracking result.
3537
- `shift_top_points` (int): Shift predicted top points by given frame number. Positive values delay the position and negative values result in an earlier position.
3638
- `shift_bottom_points` (int): Shift predicted bottom points by given frame number. Positive values delay the position and negative values result in an earlier position.

docs/app/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
204204

205205
<!--
206206
MkDocs version : 1.1.2
207-
Build Date UTC : 2021-07-03 18:15:39.307380+00:00
207+
Build Date UTC : 2021-07-04 15:48:11.678040+00:00
208208
-->

docs/app/site/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/app/site/sitemap.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
33
<loc>None</loc>
4-
<lastmod>2021-07-03</lastmod>
4+
<lastmod>2021-07-04</lastmod>
55
<changefreq>daily</changefreq>
66
</url><url>
77
<loc>None</loc>
8-
<lastmod>2021-07-03</lastmod>
8+
<lastmod>2021-07-04</lastmod>
99
<changefreq>daily</changefreq>
1010
</url><url>
1111
<loc>None</loc>
12-
<lastmod>2021-07-03</lastmod>
12+
<lastmod>2021-07-04</lastmod>
1313
<changefreq>daily</changefreq>
1414
</url><url>
1515
<loc>None</loc>
16-
<lastmod>2021-07-03</lastmod>
16+
<lastmod>2021-07-04</lastmod>
1717
<changefreq>daily</changefreq>
1818
</url><url>
1919
<loc>None</loc>
20-
<lastmod>2021-07-03</lastmod>
20+
<lastmod>2021-07-04</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url><url>
2323
<loc>None</loc>
24-
<lastmod>2021-07-03</lastmod>
24+
<lastmod>2021-07-04</lastmod>
2525
<changefreq>daily</changefreq>
2626
</url>
2727
</urlset>

docs/app/site/sitemap.xml.gz

0 Bytes
Binary file not shown.

docs/app/site/user-guide/config/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ <h4 id="hyperparameteryaml"><code>hyperparameter.yaml</code></h4>
138138
<ul>
139139
<li><code>skip_frames</code> (int): This parameter specifies how many frames are skipped and interpolated during tracking. Increase this parameter to improve the processing speed on slow hardware. But higher values result in poorer predictions!</li>
140140
<li><code>avg_sec_for_local_min_max_extraction</code> (float): Specify the window size for the calculation of the reference value for the local min and max search.</li>
141+
<li><code>local_max_delta_in_percent</code> (float): Specify the maximum deviation for a max point in percent (recommend range: <code>0.0 - 10.0</code>)</li>
142+
<li><code>local_min_delta_in_percent</code> (float): Specify the maximum deviation for a min point in percent (recommend range: <code>0.0 - 10.0</code>)</li>
141143
<li><code>min_frames</code> (int): Specify the minimum required frames for the tracking. Wee need this parameter to ensure there is at leas two strokes in the tracking result.</li>
142144
<li><code>shift_top_points</code> (int): Shift predicted top points by given frame number. Positive values delay the position and negative values result in an earlier position.</li>
143145
<li><code>shift_bottom_points</code> (int): Shift predicted bottom points by given frame number. Positive values delay the position and negative values result in an earlier position.</li>
405 Bytes
Binary file not shown.
2.48 KB
Binary file not shown.
144 Bytes
Binary file not shown.

docs/code/_build/html/funscript_editor.algorithms.html

Lines changed: 7 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)