File size: 1,789 Bytes
5886db6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
{
"driving": {
"640x640": {
"cfg": "driving/lightnet-driving-640x640.cfg",
"weights": "driving/lightnet-driving-640x640.weights",
"data": "driving/bdd100k.data"
},
"1280x960": {
"cfg": "driving/lightnet-driving-1280x960.cfg",
"weights": "driving/lightnet-driving-1280x960.weights",
"data": "driving/bdd100k.data"
}
},
"face": {
"640x640": {
"cfg": "face/lightnet-face-640x640.cfg",
"weights": "face/lightnet-face-640x640.weights",
"data": "face/wider_face.data"
},
"1024x768": {
"cfg": "face/lightnet-face-1024x768.cfg",
"weights": "face/lightnet-face-1024x768.weights",
"data": "face/wider_face.data"
}
},
"head_body": {
"640x640": {
"cfg": "head_body/lightnet-head_body-640x640.cfg",
"weights": "head_body/lightnet-head_body-640x640.weights",
"data": "head_body/crowdhuman.data"
},
"1024x768": {
"cfg": "head_body/lightnet-head_body-1024x768.cfg",
"weights": "head_body/lightnet-head_body-1024x768.weights",
"data": "head_body/crowdhuman.data"
}
},
"head_body-visible": {
"640x640": {
"cfg": "head_body-visible/lightnet-head_visiblebody-640x640.weights",
"weights": "head_body/lightnet-head_body-640x640.weights",
"data": "head_body/crowdhuman.data"
},
"1024x768": {
"cfg": "head_body-visible/lightnet-head_visiblebody-1024x768.weights",
"weights": "head_body/lightnet-head_body-1024x768.weights",
"data": "head_body/crowdhuman.data"
}
}
} |