mirror of
https://github.com/zhigang1992/PointRCNN.git
synced 2026-01-12 17:32:58 +08:00
Create README.md
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# PointRCNN
|
||||
|
||||
This is the PyTorch implementation of the paper **PointRCNN:3D Object Proposal Generation and Detection from Point Cloud**, CVPR 2019.
|
||||
|
||||
By Shaoshuai Shi, Xiaogang Wang, Hongsheng Li.
|
||||
|
||||
[[arXiv]](https://arxiv.org/abs/1812.04244)
|
||||
|
||||
## Code
|
||||
The code will be released within two weeks.
|
||||
|
||||
|
||||
## Citation
|
||||
If you find this work useful in your research, please cite:
|
||||
```
|
||||
@inproceedings{shi2018pointrcnn,
|
||||
title={PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud},
|
||||
author={Shi, Shaoshuai and Wang, Xiaogang and Li, Hongsheng},
|
||||
booktitle={CVPR},
|
||||
year={2019}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user