ONNX
File size: 484 Bytes
9cd834a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "networkInfoPath": "network_info.json",
    "networkPath": "network.trt",
    "emotionDatabasePath": "implicit_emo_db.npz",
    "modelConfigPath": "model_config.json",
    "modelDataPath": "model_data.npz",
    "blendshapePaths": {
        "skin": {
            "config": "bs_skin_config.json",
            "data": "bs_skin.npz"
        },
        "tongue": {
            "config": "bs_tongue_config.json",
            "data": "bs_tongue.npz"
        }
    }
}