From 66844664b330f3d5437c4d7ea07ec19da19162a5 Mon Sep 17 00:00:00 2001 From: Teoge Date: Tue, 25 Feb 2020 14:13:34 +0800 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 495cfcc..d23cc91 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ The [pre-trained weights](https://drive.google.com/open?id=1OuyF8bGttA11-CKJ4Mj3 ## Prepare data 1. Download ps2.0 from [here](https://cslinzhang.github.io/deepps/), and extract. -2. Download the [labels](https://drive.google.com/open?id=1o6yXxc3RjIs6r01LtwMS_zH91Tk9BFRB), and extract. +2. Download the [labels](https://drive.google.com/open?id=1o6yXxc3RjIs6r01LtwMS_zH91Tk9BFRB), and extract. +(In case you want to label your own data, you can use [`directional_point` branch of my labeling tool **MarkToolForParkingLotPoint**](https://github.com/Teoge/MarkToolForParkingLotPoint/tree/directional_point).) 3. Perform data preparation and augmentation: ```(shell)