Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 알고리즘
- cs
- dl
- REACT
- SSL
- 머신러닝
- math
- nlp
- Python
- Torch
- algorithm
- Meta Learning
- clean code
- ML
- classification
- nerf
- PRML
- web
- CV
- GAN
- computervision
- Front
- 자료구조
- 3d
- 딥러닝
- FineGrained
- pytorch
- FGVC
- Depth estimation
- Vision
- Today
- Total
목록point cloud (1)
KalelPark's LAB
[논문 리뷰] PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Abstract Point cloud는 geometric data structure의 형태를 갖추고 있습니다. 본 논문에서는, Point clouds를 직접 다루는 Neural Network를 설계하였으며, Empty space가 아닌 input으로써 point의 불변성을 잘 다루게 됩니다. Segmentation, Detection, classification에서모두 활용될 수 있음을 보여줍니다. 이후, 우리는 어떤 Network가 무엇을 학습하는지 robust 한 이유에 대해서 언급합니다. Introduction 최근 방법론들은 Point cloud를 input으로 이용한 모델들을 제공합니다. Point cloud는 mesh처럼, 이뤄진 것이 아니기에 더 다루기 쉬운 모델일 수 있습니다. 하지만, P..
Data Science/3D Point Cloud
2023. 3. 26. 11:17