yunkai1841 commited on
Commit
5886db6
1 Parent(s): 95a3fec

add path.json

Browse files
Files changed (1) hide show
  1. path.json +50 -0
path.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "driving": {
3
+ "640x640": {
4
+ "cfg": "driving/lightnet-driving-640x640.cfg",
5
+ "weights": "driving/lightnet-driving-640x640.weights",
6
+ "data": "driving/bdd100k.data"
7
+ },
8
+ "1280x960": {
9
+ "cfg": "driving/lightnet-driving-1280x960.cfg",
10
+ "weights": "driving/lightnet-driving-1280x960.weights",
11
+ "data": "driving/bdd100k.data"
12
+ }
13
+ },
14
+ "face": {
15
+ "640x640": {
16
+ "cfg": "face/lightnet-face-640x640.cfg",
17
+ "weights": "face/lightnet-face-640x640.weights",
18
+ "data": "face/wider_face.data"
19
+ },
20
+ "1024x768": {
21
+ "cfg": "face/lightnet-face-1024x768.cfg",
22
+ "weights": "face/lightnet-face-1024x768.weights",
23
+ "data": "face/wider_face.data"
24
+ }
25
+ },
26
+ "head_body": {
27
+ "640x640": {
28
+ "cfg": "head_body/lightnet-head_body-640x640.cfg",
29
+ "weights": "head_body/lightnet-head_body-640x640.weights",
30
+ "data": "head_body/crowdhuman.data"
31
+ },
32
+ "1024x768": {
33
+ "cfg": "head_body/lightnet-head_body-1024x768.cfg",
34
+ "weights": "head_body/lightnet-head_body-1024x768.weights",
35
+ "data": "head_body/crowdhuman.data"
36
+ }
37
+ },
38
+ "head_body-visible": {
39
+ "640x640": {
40
+ "cfg": "head_body-visible/lightnet-head_visiblebody-640x640.weights",
41
+ "weights": "head_body/lightnet-head_body-640x640.weights",
42
+ "data": "head_body/crowdhuman.data"
43
+ },
44
+ "1024x768": {
45
+ "cfg": "head_body-visible/lightnet-head_visiblebody-1024x768.weights",
46
+ "weights": "head_body/lightnet-head_body-1024x768.weights",
47
+ "data": "head_body/crowdhuman.data"
48
+ }
49
+ }
50
+ }