You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/docs/user-guide/usage.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,10 @@ First of all I want to mention that this application is not a fully automated so
10
10
2. Select an features for the Woman and Men in the video, which should be tracked.
11
11
3. The application try to track the selected feature in the following video frames.
12
12
4. When the user stop the Tracking or the application can not find the selected feature in the next video frame the application calculate the difference between the predicted tracking boxes for each frame.
13
-
5. The user set the minimum and maximum position for the tracked video sequence.
14
-
6. The Application determine all local min and max points of the movement of the tracker and insert them in OpenFunscripter.
13
+
5. Now you can cut the raw tracking result e.g. to remove an tracker shift
14
+
6. Then the user set the minimum and maximum position for the tracked video sequence.
15
+
7. Finally set the desired post processing parameter.
16
+
8. The Lua Extension automatically import the result to OpenFunscripter.
15
17
16
18
## Options
17
19
@@ -26,8 +28,6 @@ You can then specify blocking/non blocking: the first means that when the featur
26
28
27
29
## Settings
28
30
29
-

30
-
31
31
All important settings can be set in the settings dialog before the tracking starts.
32
32
33
33
Description:
@@ -37,7 +37,3 @@ Description:
37
37
- Tracking Method: Select the desired tracking method. Available methods depend on the selected `Tracking Metric` setting.
38
38
- Processing Speed: Select the processing speed. This option set the skip frames factor. For an higher processing speed we track only every `n % skip_frame == 0` frame and interpolate the skipped frames. Recommend settings is `1 (normal)` for 60 FPS Videos (and above) and `0 (accurate)` for Videos with 30 FPS or less.
39
39
- Number of Tracker: Select the number of trackers per target. We use the average of all tracker for the output. Using a higher number of Tracker should increase the accuracy. For most video scenes i recommend to use only `1` tracker because the accuracy increases only slightly but the processing speed is significantly higher.
40
-
- Points: Select the algorithm to determine the predicted points from the tracking signal.
41
-
- Additional Points: Select an algorithm to add additional points to the output.
42
-
- Top Points Offset: Add an given offset to all predicted top points. Recommend is an value between `10` and `25`.
43
-
- Bottom Points Offset: Add an given offset to all predicted bottom points. Recommend is an value between `-10` and `-25`.
0 commit comments