Warning
This repository has been archived as further improvement is needed. The new repository is here.
Using Mediapipe to track pose in Unity.
Follow the steps below.
-
This repositories clone please.
https://github.com/NullClone/WebcamPoseTracker.git
-
Open in Unity
6000.0.43f1
Open the scene from Assets > Scenes > PoseTracking
Warning
If you use a webcam, don't forget to change the SourceType of ImageSource to Webcam and set the device.
| Property Name | Description | ||
| Image Source | Get the output for the image source. | ||
| Performance Level |
You can specify the performance level.
|
||
| Backend Type |
Types of backend uses to execute a neural network.
|
||
| Score Threshold |
Filter results based on prediction scores. |
||
| Filter |
You can specify the filter.
|
||
| - | Kalman Filter |
Time Interval Kalman filter time interval.
Higher values will result in more agile movement but more jerky movements. The noise magnitude of the Kalman filter. |
|
| - | Low Pass Filter |
Smooth Low Pass Filter smoothness. Changing the value does not affect the processing speed. N OrderEnter the number of times to apply the Low Pass Filter. |
|
| Keypoints |
Keypoints for debugging. |
||
- Implementing Kalman Filter
- Implementing Low Pass Filter
- Multi Person Tracking
