You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Person Detection in 2D Range Data
2
-
This repository implements DROW3 [(arXiv)](https://arxiv.org/abs/1804.02463) and DR-SPAAM [(arXiv)](https://arxiv.org/abs/2004.14079), real-time person detectors using 2D LiDARs mounted at ankle or knee height.
3
-
Also included are experiments from *Self-Supervised Person Detection in 2D Range Data using a Calibrated Camera*[(arXiv)](https://arxiv.org/abs/2012.08890).
2
+
This repository implements DROW3 ([arXiv](https://arxiv.org/abs/1804.02463)) and DR-SPAAM ([arXiv](https://arxiv.org/abs/2004.14079)), real-time person detectors using 2D LiDARs mounted at ankle or knee height.
3
+
Also included are experiments from *Self-Supervised Person Detection in 2D Range Data using a Calibrated Camera*([arXiv](https://arxiv.org/abs/2012.08890)).
4
4
Pre-trained models (using PyTorch 1.6) can be found in this [Google drive](https://drive.google.com/drive/folders/1Wl2nC8lJ6s9NI1xtWwmxeAUnuxDiiM4W?usp=sharing).
5
5
6
6

7
7
8
+
## News
9
+
10
+
[06-03-2021] Our work has been accepted to ICRA'21! Checkout the presentation video [here](https://www.youtube.com/watch?v=f5U1ZfqXtc0).
11
+
8
12
## Quick start
9
13
10
14
First clone and install the repository
@@ -114,7 +118,7 @@ If your robot has a calibrated camera (i.e. the transformation between the camer
114
118
you can generate pseudo labels automatically during deployment and fine-tune the detector (no manual labeling needed).
115
119
We provide a wrapper function `dr_spaam.pseudo_labels.get_regression_target_using_bounding_boxes()` for generating pseudo labels conveniently.
116
120
For experiments using pseudo labels,
117
-
checkout our paper *Self-Supervised Person Detection in 2D Range Data using a Calibrated Camera*[(arXiv)](https://arxiv.org/abs/2012.08890).
121
+
checkout our paper *Self-Supervised Person Detection in 2D Range Data using a Calibrated Camera*([arXiv](https://arxiv.org/abs/2012.08890)).
118
122
Use checkpoints in this [Google drive](https://drive.google.com/drive/folders/1Wl2nC8lJ6s9NI1xtWwmxeAUnuxDiiM4W?usp=sharing) to reproduce our results.
0 commit comments