Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Animoji を作ってみた
Search
Megabits_mzq
December 20, 2022
Programming
0
170
Animoji を作ってみた
Megabits_mzq
December 20, 2022
Tweet
Share
More Decks by Megabits_mzq
See All by Megabits_mzq
iPhone 16 Camera Control
megabitsenmzq
0
89
240fps で画像処理したい
megabitsenmzq
0
170
Swift 開発が楽になる道具たち
megabitsenmzq
1
630
MainMenu.xib を翻訳してみた
megabitsenmzq
0
250
WKWebView とめんどくさいお友達
megabitsenmzq
1
670
先週解決した SwiftUI 問題
megabitsenmzq
0
100
SwiftUI 豆知識 - よちよち Swift
megabitsenmzq
1
380
Other Decks in Programming
See All in Programming
技術選定を未来に繋いで活用していく
sakito
3
100
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
9
4.5k
Bedrock×MCPで社内ブログ執筆文化を育てたい!
har1101
6
900
PHPで書いたAPIをGoに書き換えてみた 〜パフォーマンス改善の可能性を探る実験レポート〜
koguuum
0
130
AHC 044 混合整数計画ソルバー解法
kiri8128
0
330
State of Namespace
tagomoris
4
750
PHPのガベージコレクションを深掘りしよう
rinchoku
0
260
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
710
生成AIを使ったQAアプリケーションの作成 - ハンズオン補足資料
oracle4engineer
PRO
3
200
CRE Meetup!ユーザー信頼性を支えるエンジニアリング実践例の発表資料です
tmnb
0
630
List とは何か? / PHPerKaigi 2025
meihei3
0
710
AWSで雰囲気でつくる! VRChatの写真変換ピタゴラスイッチ
anatofuz
0
140
Featured
See All Featured
Site-Speed That Sticks
csswizardry
5
480
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Visualization
eitanlees
146
16k
Six Lessons from altMBA
skipperchong
27
3.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
23
2.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Making Projects Easy
brettharned
116
6.1k
What's in a price? How to price your products and services
michaelherold
245
12k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Transcript
⾦⿂(Megabits) Animoji を作ってみた ARKit + Blender
Megabits(⾦⿂) 個⼈開発しています〜 🇨🇳 @Megabits_mzq 🇯🇵 @Megabits_mzq_jp 🇺🇸 @Megabits_Studio
None
None
None
None
https://arkit-face-blendshapes.com/
Demo
eyeBlink_L eyeBlink_R jawOpen
None
None
https://github.com/JakeHoldom/ColladaMorphAdjuster
./colladaMorphAdjuster collada_ fi le [-o output_ fi le]
https://github.com/ashuw550i/FaceAnimoji
None
None
None
let scene = SCNScene(named: "art.scnassets/deer.scn")!
None
for node in self.contentNode?.childNodes ?? [] { node.morpher?.unifiesNormals = true
}
None
None
参考資料 https://medium.com/@ashutoshdingankar/how-to-create-apples-animoji-using-arkit-4691e04bfc42 How to create Apple’s Animoji using ARKit? https://betterprogramming.pub/exporting-a-3d-character-from-blender-2-8-to-xcode-and-implement-like-animoji-using-arkit-scenekit-3d223aa6a29f
Creating an Animoji-Style 3D Character to Use With TrueDepth https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_faces Tracking and Visualizing Faces https://arkit-face-blendshapes.com/ ARKit Face Blendshapes