-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sources files and updated README.
- Loading branch information
1 parent
1036386
commit e4a4d95
Showing
8 changed files
with
3,171 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,19 @@ | ||
# box_regression-kl_loss | ||
# Accurate Prediction of Bounding Boxes in Object Detection | ||
|
||
## Introduction | ||
This repository contains experiments to reproduce the results of the paper [Bounding Box Regression with Uncertainty for Accurate Object Detection (He et al.)](https://openaccess.thecvf.com/content_CVPR_2019/papers/He_Bounding_Box_Regression_With_Uncertainty_for_Accurate_Object_Detection_CVPR_2019_paper.pdf). For more details, check out this [report](report.pdf) / [slides](slides.pptx) / [presentation](https://youtu.be/2Mfxi8NbSPo). | ||
|
||
## Running Experiments | ||
- Run the notebook file `kl_loss_MMDet.ipynb` with CPU configuration and follow the instructions in the file. | ||
- Run the notebook file `kl_loss_pytorch.ipynb` and follow the instructions in the file. Note that Google Drive has been linked to the notebook for data and output storage. | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first | ||
to discuss what you would like to change. | ||
|
||
Please make sure to update tests as appropriate. | ||
|
||
## License | ||
|
||
[MIT](https://choosealicense.com/licenses/mit/) |
Oops, something went wrong.