Skip to content

Commit ed86140

Browse files
committed
edit README.md
1 parent ea3472a commit ed86140

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
Mixture-Model-based Object Detector: PyTorch Implementation
22
===========================================================
33

4-
This repository is the PyTorch implementation of "Mixture-Model-based Bounding Box Density Estimation for Object Detection
4+
This repository is the PyTorch implementation of "[Mixture-Model-based Bounding Box Density Estimation for Object Detection](https://arxiv.org/abs/1911.12721)"
55

66
Enviroment
77
----------
88
* python3.6
99
* pytorch1.1
1010
* torchvision0.3
1111

12+
Directory Structure
13+
-------------------
14+
15+
Usage
16+
-----
17+
1218
Citation
1319
--------
1420
```
@@ -19,3 +25,4 @@ Citation
1925
year={2019}
2026
}
2127
```
28+

0 commit comments

Comments
 (0)