liangtian commited on
Commit
9926050
1 Parent(s): 3db8f1c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -2,10 +2,10 @@
2
  "face_detector_prototxt": "deploy.prototxt",
3
  "face_detector_weights": "res10_300x300_ssd_iter_140000.caffemodel",
4
  "landmark_predictor": "shape_predictor_68_face_landmarks.dat",
5
- "sunglasses": "Crown.png",
6
- "sunglasses_mask": "Crown_mask.png",
7
- "deal_with_it": "birthday.png",
8
- "deal_with_it_mask": "birthday_mask.png",
9
  "min_confidence": 0.5,
10
  "steps": 20,
11
  "delay": 5,
2
  "face_detector_prototxt": "deploy.prototxt",
3
  "face_detector_weights": "res10_300x300_ssd_iter_140000.caffemodel",
4
  "landmark_predictor": "shape_predictor_68_face_landmarks.dat",
5
+ "Crown": "Crown.png",
6
+ "Crown_mask": "Crown_mask.png",
7
+ "birthday": "birthday.png",
8
+ "birthday_mask": "birthday_mask.png",
9
  "min_confidence": 0.5,
10
  "steps": 20,
11
  "delay": 5,