v1.1.0 was released.
The changes are as belows.
- Update BlazePose version
- Fixed an issue that estimation was not performed correctly when the color space was Liner.
- Automatically load
HolisticResource
asset data. The constructor arguments are not required. - Add new methods (
GetPoseLandmark
,GetPoseWorldLandmark
,GetFaceLandmark
,GetLeftEyeLandmark
,GetRightEyeLandmark
,GetLeftHandLandmark
andGetRightHandLandmark
) for accessing data with CPU (C#). - Add detection score variables (
faceDetectionScore
,leftHandDetectionScore
andrightHandDetectionScore
) - Improve the stability of hand estimation.