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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "face_detector_prototxt": "assets/deploy.prototxt",
3
- "face_detector_weights": "assets/res10_300x300_ssd_iter_140000.caffemodel",
4
- "landmark_predictor": "assets/shape_predictor_68_face_landmarks.dat",
5
- "sunglasses": "assets/Crown.png",
6
- "sunglasses_mask": "assets/Crown_mask.png",
7
- "deal_with_it": "assets/birthday1.png",
8
- "deal_with_it_mask": "assets/birthday_mask1.png",
9
  "min_confidence": 0.5,
10
  "steps": 20,
11
  "delay": 5,
1
  {
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,