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: README.md
+18-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Qualisys PAF – Theia Markerless example
1
+
# Qualisys PAF – Theia Markerless Basic Example
2
2
3
3
## Getting started
4
4
@@ -10,17 +10,27 @@ To download the latest version (not tested) of the example project to your compu
10
10
11
11
To download a release version (tested), please [Click here](https://github.com/qualisys/paf-theia-markerless-example/releases)
12
12
13
+
## Preparing QTM project
14
+
There are two ways how to set up the project for QTM.
15
+
1. Simple method is to unzip the zip file and open the project from QTM (File > Open Project) or by double clicking on Settings.paf in File Explorer.
16
+
2. If you plan to create multiple projects based on this example, unzip the zip file to `C:\Program Files (x86)\Qualisys\Qualisys Track Manager\Packages`, name the folder `Theia Markeless Example` and delete Settings.qtmproj. Then go to QTM > File > New Project and create new project based on Theia Markerless Example.
17
+
13
18
## Preparing Qualisys data for Theia3D processing
14
19
15
20
1. Install [Theia](https://www.theiamarkerless.ca/) and accompanying engine.
16
21
2. In QTM, set Project Options > Miscellaneous > Folder Options for "Theia" to ```C:\Program Files\Theia\Theia3D\Theia3D.exe``` (adapt if Theia is installed at different location).
17
22
3. Install Visual3D.
18
23
4. Set Project Options > Miscellaneous > Folder Options for "Visual 3d" to ```C:\Program Files\Visual3D\Visual3D.exe``` (adapt if Visual3D is installed at different location).
19
-
5. Download data from Qualisys File Library (https://qfl.qualisys.com/#!/project/theiaexample)
20
-
> Note: Example data include two persons. While **John Doe** can be used with Theia to generate .c3d files (use `Markerless Session`), **Jim Doe** does not include videos and can be used to compare marker-based and markerless data (use `Marker-based vs Markerless Comparison Session`). This sesson type expects data to be captured by combined system of video cameras and marker-based cameras where markers are places on the body for the same trial that is used to capture videos. Script is set to work with sports marker set. If other marker set is required, it is necessary to adapt the script and model files accordingly.
21
-
6. Extract downloaded .zip file into the projects data folder "Theia Markerless Example\Data"
22
-
7. To process the data, you have to first click on **Theia and V3D Processing**
23
-
> Note: The following Theia specific settings along with their descriptions are available in Templates\settings.php: save_workspace, theia_filter_type, theia_filter_cutoff, enable_knee_rotation, max_people, track_rotated_people and export_type. When saving the workspace, it will create a TheiaFormatData_workspace folder in your session where each subfolder is containing the Theia workspace of a measurement. To open the workspace of a measurement, click on File > Load Workspace and select the subfolder of your choice. If Theia is closed, double-click on the results.p3d included in the subfolder of your choice.
24
+
5. Download data from Qualisys File Library (https://qfl.qualisys.com/#!/project/theiaexample).
25
+
26
+
Example data includes three types of data:
27
+
1.**John Doe** can be used with this example to generate .c3d files,
28
+
2.**Jim Doe** is intended for markerless vs markerbased comparison example: https://github.com/qualisys/paf-theia-markerless-comparison-example. It does not include videos and can be used to compare marker-based and markerless data and is intended to be used this this repository. This sesson type expects data to be captured by combined system of video cameras and marker-based cameras where markers are places on the body for the same trial that is used to capture videos. Script is set to work with sports marker set. If other marker set is required, it is necessary to adapt the script and model files accordingly.
29
+
3.**Joe Doe** is intended for true hybrid example: https://github.com/qualisys/paf-theia-markerless-true-hybrid-example. It does not include videos and can be used as an example for this repository how to add objects to markeless analysis. Objects must have markers on. It is important that both marker cameras and video camera capture at the same rate.
30
+
6. Extract downloaded .zip file into the `Data` folder of the project.
31
+
7. To process the data, you have to click on **Start Processing** button.
32
+
- The following Theia specific settings along with their descriptions are available in Templates\settings.php: `save_workspace`, `theia_filter_type`, `theia_filter_cutoff`, `enable_knee_rotation`, `max_people`, `track_rotated_people` and `export_type`. When saving the workspace, it will create a TheiaFormatData_workspace folder in your session where each subfolder is containing the Theia workspace of a measurement. To open the workspace of a measurement, click on File > Load Workspace and select the subfolder of your choice. If Theia is closed, double-click on the results.p3d included in the subfolder of your choice.
33
+
- Theia can identify and process data for more then one subject if more persons are in the volume. The subject that yields best data is typically selected but sometimes other person is wrongly chosen. If that happens, there is an option to choose which c3d file is actual subject. To select other c3d, activate the measurement, navigate to `Theia c3d file` field and chose number of Theia file. To find out what c3d files Theia has created, go to working directory of active session, open `TheiaFormatData` folder, open folder of active measurement and review `pose_filt_*.c3d` files in Visual3D.
24
34
25
35
## Resources for using the Qualisys Project Automation Framework (PAF)
26
36
@@ -40,6 +50,8 @@ Our official examples for various processing engines:
_As of QTM version 2.17, the official Qualisys PAF examples can be used without any additional license. Note that some more advanced analysis types require a license for the "PAF Framework Developer kit" (Article number 150300)._
0 commit comments