ailia-ai/ailia-models-unity
Unity version of ailia models repository
70Stars
5Forks
28Claude Commits
C#Language
First Claude commit: Mar 16, 2026Last Claude commit: 1mo agoDiscovered: Mar 17, 2026
Recent Claude Commits
Move 3D RawImage from UICanvas prefab to independent UICanvas3D
a1816c41mo agosession_urlMinimize AiliaRenderer.cs diff vs master: fix formatting
3f8963e1mo agosession_urlWire AiliaRenderer3D in scene file and add script meta
c7b14411mo agosession_urlExtract 3D rendering into AiliaRenderer3D to reduce AiliaRenderer diff
bf9d52e1mo agosession_urlMinimize AiliaRenderer.cs diff vs master: restore CRLF and formatting
12ebe481mo agosession_urlExtend box upward from grid so skeleton is inside the box
71bf1501mo agosession_urlFix DrawAxis3D grid position: use y_max for Unity Y-down screen
877e4de1mo agosession_urlAdd visual rendering test for DrawAxis3D skeleton and grid
239a0211mo agosession_urlFix upside-down 3D skeleton: negate Y for MediaPipe Y-down to Unity Y-up
71e47e41mo agosession_urlFix DrawAxis3D: center coordinates at hip like DrawBone3D
a359d101mo agosession_urlRevert all 3D display modifications
61801d01mo agosession_urlFix 3D display: revert ROI flip, negate Y only for world coordinates
fd9ba2a1mo agosession_urlFix ROI image orientation: flip Y when feeding to model
ff4e4781mo agosession_urlFix 3D world landmark Y inversion: use T2B rotation for world coords
32be5b81mo agosession_urlFix 3D world landmark rotation without breaking 2D image landmarks
c99fa0f1mo agosession_urlFix world landmark rotation mismatch between GPU and CPU ROI paths
885cb021mo agosession_urlRevert Y-axis negation: DrawBone3D uses Y-down coordinate system
c118c681mo agosession_urlFix world landmark tensor format and add Python comparison test
f24774d1mo agosession_urlFix 3D rendering by reading world landmarks from model output (Identity_4)
da08ba71mo agosession_urlFix IndexOutOfRangeException in GetResult when GetImageResult returns 33 landmarks
165a9c91mo agosession_urlFix IndexOutOfRangeException in ExtractROI when called with dummy pixel array
0431a6e1mo agosession_urlRefactor MediaPipe Pose World: extract logic to engine, add to READMEs
569c32c1mo agosession_urlImplement EnvironmentName() for MediaPipe Pose World Landmarks
f96b4531mo agosession_urlMerge origin/mediapipe_pose_world into claude/add-validation-tests-uQbcI
2fe25691mo agosession_urlFix E2E test: correct ailia input shape and add HWC-to-CHW conversion
554fc8a1mo agosession_urlExtract inference engine and add E2E validation tests for MediaPipe Pose World Landmarks
c0a6a771mo agosession_urlAdd Python-Unity validation tests for MediaPipe Pose World Landmarks
8cb78621mo agosession_urlMerge origin/master into mediapipe_pose_world branch
843c1841mo agoauthor_email