Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmin0312 authored Aug 28, 2023
1 parent d67fbfb commit bca06df
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# P2D

Predict to Detect: Prediction-guided 3D Object Detection using Sequential Images, ICCV 2023 ([Arxiv](https://arxiv.org/abs/2306.08528))

<img src="figs/architecture.png" width="1000">

# Getting Started
- [Installation](docs/install.md)
- [Data preparation](docs/data_preparation.md)
- [Run](docs/run.md)


# Model Zoo
To be updated

# Citation
```
@article{kim2023predict,
title={Predict to Detect: Prediction-guided 3D Object Detection using Sequential Images},
author={Kim, Sanmin and Kim, Youngseok and Lee, In-Jae and Kum, Dongsuk},
journal={arXiv preprint arXiv:2306.08528},
year={2023}
}
```
# Acknowledgement
- [BEVDepth](https://github.com/Megvii-BaseDetection/BEVDepth)
- [mmdet3d](https://github.com/open-mmlab/mmdetection3d)
- [Deformable-DETR](https://github.com/fundamentalvision/Deformable-DETR)

0 comments on commit bca06df

Please sign in to comment.