An open API service indexing awesome lists of open source software.

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

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` のプロパティとかみるやつ