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
一般物体検出とLSTMを用いた画像に基づく屋内位置推定 - IPSJ UBI82
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Aokiti
May 12, 2024
0
460
一般物体検出とLSTMを用いた画像に基づく屋内位置推定 - IPSJ UBI82
http://id.nii.ac.jp/1001/00233750/
Aokiti
May 12, 2024
Tweet
Share
More Decks by Aokiti
See All by Aokiti
d-hacks 今期運営 2025f
sakusaku3939
0
69
[d-hacks Docker講座] Dockerで動かすローカルLLM入門
sakusaku3939
0
51
[論文輪読会] A survey of model compression strategies for object detection
sakusaku3939
0
23
[論文輪読会] ViT-1.58b
sakusaku3939
0
160
d-hacks PyTorchモデル実装会 2024f
sakusaku3939
0
47
[論文輪読会] Binarized Neural Networks
sakusaku3939
0
57
MoodTune 東京AI祭ハッカソン決勝
sakusaku3939
0
590
d-hacks PyTorch実装会 2023f
sakusaku3939
0
30
[DL勉強会] 第5章 ディープラーニングを活用したアプリケーション 後半
sakusaku3939
0
18
Featured
See All Featured
The Language of Interfaces
destraynor
162
26k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
64
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
150
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
260
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
Context Engineering - Making Every Token Count
addyosmani
9
740
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Optimizing for Happiness
mojombo
378
71k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Embracing the Ebb and Flow
colly
88
5k
The Pragmatic Product Professional
lauravandoore
37
7.2k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
150
Transcript
1
2
3
4
5
6
[7] F. Walch, C. Hazirbas, L. Leal-Taixé, T. Sattler, S.
Hilsenbeck, D. Cremers 7 https://doi.org/10.1109/ICCV.2017.75
8 [8] S Nilwong, D Hossain, S Kaneko, G Capi
https://doi.org/10.3390/machines7020025
9
10 CNN(GoogLeNetモデル) LSTM(次元を削減) CNN CNN CNN LSTM(1つの特徴量に変換)
11 CNN CNN CNN LSTM(1つの特徴量に変換)
12
13
14
15
16 𝑀𝐴𝐸 = 1 𝑛 𝑖=1 𝑛 |ෝ 𝑥𝑖
− 𝑥𝑖 + | ෝ 𝑦𝑖 − 𝑦𝑖 |)
17 CNN (4層) CNN(4層) CNN(4層) LSTM(1つの特徴量に変換) CNN(4層) CNN(GoogLeNet) CNN(GoogLeNet) LSTM(次元を削減)
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34