Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 2bd0ae2

Browse files
committed
un-comment some lines to fix bug.
1 parent 1604234 commit 2bd0ae2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prepare_onet_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd prepare_data
44

5-
# python3 gen_hard_example.py --test_mode=RNet
5+
python3 gen_hard_example.py --test_mode=RNet
66

77
python3 gen_landmark_aug_48.py
88

prepare_rnet_data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
cd prepare_data
44

5-
#python3 gen_hard_example.py --test_mode=PNet
5+
python3 gen_hard_example.py --test_mode=PNet
66

7-
#python3 gen_landmark_aug_24.py
7+
python3 gen_landmark_aug_24.py
88

99
python3 gen_imglist_rnet.py
1010

0 commit comments

Comments
 (0)