Visual Gesture Builder Analysis Project

Describes the Analysis Project in Visual Gesture Builder.

  • Analysis Project Menu
  • Analysis Project Settings
  • Analysis Project Results

Analysis Project Menu

To access the context menu for an analysis project, open an existing solution in VGB (File > Open Solution) and right-click on an analysis gesture project (.a) in the Explorer.

The Analysis Project menu displays options for adding clips and analyzing the gesture detector.

Figure 1.  Analysis Project menu

The following options are available for the analysis project.

Menu Option Description
Add Clip Adds one or more clips (.xef) to the project.
Analyze

Enables you to test a gesture database (.gba or .gbd) using all of the clips in the analysis project. Analyzes how well the detector results of the analysis clips compare to the tags on the clips in the training project. Analysis results will appear above the Timeline control.

This option is disabled when another analysis or build is in progress.

Note
You can also use this option to view the results of a data file (.adf) that is exported from a previous analysis (or created by using the -analyze option in the command-line tool).
Save Saves all changes to the analysis project (a.vgbproj), including clip references.
Remove Removes the analysis project from the solution.
Live Preview... Launches VGBView with the selected gesture database.

Analysis Project Settings

The analysis project settings are available in the Properties tab and enable you to modify analysis values, such as mirroring. The settings that are available depend on the detection technology that is used by the gesture project. For more information see Detection Technologies.

Figure 2.  Analysis Project Settings

The following options are available in the Project Settings pane:

Parameter Description
Name The name of the settings property. The names listed depend on the detection technology that is used by the project.
Value Assigns the value to the settings parameter.
Type Displays the type associated with the settings property.
Control Description
Export

Export the project property values to a file. Use this control as follows:

  • Click the Export button. The Save As dialog window is displayed.
  • In the File name: box, enter the name of the file where you want to save the property values. If the project name is "GolfSwing.a", the default file name is "GolfSwing.a.fid".
Import

Import the project property values from a file you select, such as "GolfSwing.a.fid". Use this control as follows:

  • Click the Import button. The Open dialog window is displayed.
  • In the File name: box, enter the name of the file that contains the property values to import.

Analysis Project Results

Analysis progress will be displayed in the Output pane. When analysis completes, the Project Analysis Results will be displayed above the Timeline control. Multiple analysis results can be loaded for side-by-side comparison.

If the analysis project (.a) has focus, then the collective results for all of the clips in the project will be displayed.

Figure 3.  Project Analysis Results

The following options are available in the Project Analysis Results pane:

Control Description
Results

Shows the project analysis results.

The results contain the number of frames compared, worst errors, average RMS, false positives, and false negatives.

Applicable results will depend on the detection technology used by the gesture project.

Clear Clears all the existing analysis results.
Export Exports the selected analysis results to an .adf file, which can be loaded later for comparing results with another build.

To view the Clip Analysis Results, expand the analysis project in the Explorer pane and select the clip. The Timeline will then update to show the individual clip analysis results overlaid by the tags for easy frame-by-frame comparison.

Figure 4.  Clip Analysis Results

The following options are available in the Clip Analysis Results pane:

Control Description
Show/Hide Shows or hides the selected clip analysis results within the timeline. Tagged data will still be displayed.

See also

Visual Gesture Builder user interface