Day: June 24, 2023
[CVPR 2021] GDR-Net: Geometry-Guided Direct Regression Network for Monocular 6D Object Pose Estimation
rcvlab 06/24/2023 4 Comments on [CVPR 2021] GDR-Net: Geometry-Guided Direct Regression Network for Monocular 6D Object Pose Estimation
안녕하세요, 양희진입니다. 이번에도 베이스라인을 위해 6D Pose Estimation에 관련된 논문을 리뷰해봤습니다. 최근 BOP 챌린지에서는 GDR-Net++이 우수한 성능을 달성한 이력이 있어 먼저 이전 논문인 GDR-Net을 읽게…
Posted in X-Review
[ECCV 2020] Generative Sparse Detection Networks for 3D Single-shot Object Detection
rcvlab 06/24/2023 2 Comments on [ECCV 2020] Generative Sparse Detection Networks for 3D Single-shot Object Detection
3d object detection task는 정확한 물체의 위치를 검출하는데 큰 도움이 되지만 3d data의 sparse한 특성상 어려운 task로 여겨진다. 또 object surface에서만 point cloud를 얻을 수…
1. 저도 논문을 처음 읽을 때 object associator에서 matrix에 CNN을 사용한 부분이 눈에 띄었는데요, 본문에는 'redundant noise를 효과적으로 필터링 해주면서…