https://github.com/pome-ta/pystaface-trackingartest
https://github.com/pome-ta/pystaface-trackingartest
arkit facetracking ios pythonista pythonista-ios pythonista3
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pome-ta/pystaface-trackingartest
- Owner: pome-ta
- License: mit
- Created: 2021-06-13T13:21:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T15:48:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T20:33:03.928Z (3 months ago)
- Topics: arkit, facetracking, ios, pythonista, pythonista-ios, pythonista3
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pystaFace-TrackingARtest
Pythonista で、AR Face-Tracking してみるテスト
## 実装
### `delegate`
`renderer(_:nodeFor:)` ではなく、`renderer(_:didAdd:for:)` で呼び出し
## 参考
- [Tracking and Visualizing Faces](https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_faces)
- 公式さま- [AR Face Tracking Tutorial for iOS: Getting Started | raywenderlich By Yono Mittlefehldt](https://www.raywenderlich.com/5491-ar-face-tracking-tutorial-for-ios-getting-started)
- 基本的に参考にした- [Face tracking | XamarinArkit.com](https://xamarinarkit.com/lesson/face-tracking/)
- delegate の解決の一助に- [Face Detection and Recognition With CoreML and ARKit | BetterProgramming By Omar M’Haimdat](https://betterprogramming.pub/face-detection-and-recognition-with-coreml-and-arkit-8b676b7448be)
- アプローチがすこ## `pdbg.py`
`objc-util` のプロパティとかみるやつ