-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d67fbfb
commit bca06df
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |