Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct wrong links on BUFFER #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ Statistics: :fire: code is available & stars >= 100  |  :star: citatio
- [[CVPR](https://arxiv.org/abs/2304.09446)] Density-Insensitive Unsupervised Domain Adaption on 3D Object Detection. [[code](https://github.com/WoodwindHu/DTS)] [__`Detection`__]
- [[CVPR](https://arxiv.org/abs/2304.04248)] Curricular Object Manipulation in LiDAR-based Object Detection. [[code](https://github.com/ZZY816/COM)] [__`Detection`__]
- [[CVPR](https://arxiv.org/abs/2303.09950)] Deep Graph-based Spatial Consistency for Robust Non-rigid Point Cloud Registration. [[code](https://github.com/qinzheng93/GraphSCNet)] [__`Registration`__]
- [[CVPR](https://arxiv.org/abs/2303.09950)] BUFFER: Balancing Accuracy, Efficiency, and Generalizability in Point Cloud Registration. [[code](https://github.com/qinzheng93/GraphSCNet)] [__`Registration`__]
- [[CVPR](https://openaccess.thecvf.com/content/CVPR2023/html/Ao_BUFFER_Balancing_Accuracy_Efficiency_and_Generalizability_in_Point_Cloud_Registration_CVPR_2023_paper.html)] BUFFER: Balancing Accuracy, Efficiency, and Generalizability in Point Cloud Registration. [[code](https://github.com/The-Learning-And-Vision-Atelier-LAVA/BUFFER)] [__`Registration`__]
- [[CVPR](https://arxiv.org/abs/2212.06785)] Learning 3D Representations from 2D Pre-trained Models via Image-to-Point Masked Autoencoders. [[code](https://github.com/ZrrSkywalker/I2P-MAE)] [__`Representations`__]
- [[CVPR](https://arxiv.org/pdf/2303.08134.pdf)] Parameter is Not All You Need: Starting from Non-Parametric Networks for 3D Point Cloud Analysis. [[code](https://github.com/ZrrSkywalker/Point-NN)] [__`Representations`__]
- [[CVPR](https://github.com/thu-ml/3D_Corruptions_AD)] Benchmarking Robustness of 3D Object Detection to Common Corruptions in Autonomous Driving. [[code](https://github.com/thu-ml/3D_Corruptions_AD)] [__`Benchmark`__]
Expand Down