diff --git a/README.md b/README.md index de597eb..b753b42 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,12 @@ This work introduce ScanObjectNN, a new real-world point cloud object dataset ba Robust camera pose estimation by viewpoint classification using deep learning (2016) [[Paper]](https://link.springer.com/article/10.1007/s41095-016-0067-z)

+Image-based localization using lstms for structured feature correlation (2017 ICCV) [[Paper]](https://arxiv.org/pdf/1611.07890.pdf) +

+ +Image-Based Localization Using Hourglass Networks (2017 ICCV Workshops) [[Paper]](https://openaccess.thecvf.com/content_ICCV_2017_workshops/papers/w17/Melekhov_Image-Based_Localization_Using_ICCV_2017_paper.pdf) +

+ Geometric loss functions for camera pose regression with deep learning (2017 CVPR) [[Paper]](https://arxiv.org/pdf/1704.00390.pdf)

diff --git a/imgs/Image-Based Localization Using Hourglass Networks.png b/imgs/Image-Based Localization Using Hourglass Networks.png new file mode 100644 index 0000000..02eb4f0 Binary files /dev/null and b/imgs/Image-Based Localization Using Hourglass Networks.png differ diff --git a/imgs/Image-based localization using LSTMs for structured feature correlation.png b/imgs/Image-based localization using LSTMs for structured feature correlation.png new file mode 100644 index 0000000..b91aed4 Binary files /dev/null and b/imgs/Image-based localization using LSTMs for structured feature correlation.png differ