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
アイドルに感情を委ねる
Search
Kenta Miyachi
December 16, 2017
Technology
1
2.4k
アイドルに感情を委ねる
https://imas.connpass.com/event/70592/
の資料
Kenta Miyachi
December 16, 2017
Tweet
Share
More Decks by Kenta Miyachi
See All by Kenta Miyachi
Self Made Keyboard
miyachik
0
60
Make Me HAPPY, LivePhotos!
miyachik
2
4.5k
introducing LeapMotion
miyachik
0
910
Other Decks in Technology
See All in Technology
[MIRU25] NaiLIA: Multimodal Retrieval of Nail Designs Based on Dense Intent Descriptions
keio_smilab
PRO
1
150
[TechNight #91] Oracle Database 最新パフォーマンス分析手法
oracle4engineer
PRO
3
210
隙間時間で爆速開発! Claude Code × Vibe Coding で作るマニュアル自動生成サービス
akitomonam
2
210
From Live Coding to Vibe Coding with Firebase Studio
firebasethailand
1
330
クマ×共生 HACKATHON - 熊対策を『特別な行動」から「生活の一部」に -
pharaohkj
0
230
興味の胞子を育て 業務と技術に広がる”きのこ力”
fumiyasac0921
0
330
AI時代の知識創造 ─GeminiとSECIモデルで読み解く “暗黙知”と創造の境界線
nyagasan
0
170
Snowflake のアーキテクチャは本当に筋がよかったのか / Data Engineering Study #30
indigo13love
0
300
Tiptapで実現する堅牢で柔軟なエディター開発
kirik
1
160
DatabricksのOLTPデータベース『Lakebase』に詳しくなろう!
inoutk
0
160
Tableau API連携の罠!?脱スプシを夢見たはずが、逆に依存を深めた話
cuebic9bic
2
140
会社もクラウドも違うけど 通じたコスト削減テクニック/Cost optimization strategies effective regardless of company or cloud provider
aeonpeople
2
400
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
What's in a price? How to price your products and services
michaelherold
246
12k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Speed Design
sergeychernyshev
32
1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1k
Transcript
アイドルに感情を委ねる team: 体力持つのは1 時間 miyachik
自己紹介 @_miyachik ウサミン サー バー 側の人: Ruby/JavaScript/Golang
前回のハッカソン
デレ劇コマ割りするすごい奴
デレ劇コマ割りするすごい奴 公式のデレ劇を1 コマづつに分解して保存する 単体画像をリプライにつけてコミュニケー ション リプライにくっつけるための画像集はいっぱいできた ( ただ、 探すのがめんどくさい) 現在最新が1013
話(+1 話) なので合計5070 コマある
課題 感情はあるが該当するコマはない 探しても良いが手間 俺達が求めてるのは :happy: => アイドルが嬉しそうな顔をしてるコ マがでることだ!!! 感情分類だ!!!
成果物 デレ劇コマ分類器: PickerPicker 1 コマずつ出てくるコマを喜怒哀楽でラベル付してくWebApp 気合で喜怒哀楽に分類していく デレ劇以外のN+1 コマ漫画にも対応 https://github.com/miyachik/PickerPicker
実装的な話 Rails 5.2.0.beta2 ActiveStorage 使いたかった 感想: まぁ便利... くらい => 懇親会で
人間用の画像認識系のAPI (Google) VisonAPI (Azure) EmotionAPI (Amazon) Rekognitio 全て無のresponse が帰ってくる( 当たり前っちゃ当たり前)
[miyachi_kenta]% ruby vison.rb { "responses": [ {} ] }
デモ
余談
感情は難しい
いろいろ 喜怒哀楽の喜と楽の違いが微妙にわからない => 調べたら感情が乏し いと言われシュンとなる ラベル付けされたモデルができるので適当にDeepLearning に突っ込 めばいい感じになるかもしれない( なってほしい) デレ劇でなくアニメを元にやっても面白そう(
画像取ってくるのが大 変) 漫画には文章があるので、Google Cloud Natural Language API とか に投げればある程度自動分類できるかも? => 現状ポジネガぐらいな ので喜怒哀楽ぐらいは難しそう?