40 lines
500 B (Stored with Git LFS)
Plaintext
40 lines
500 B (Stored with Git LFS)
Plaintext
name: "face_allignment"
|
|
platform: "tensorrt_plan"
|
|
max_batch_size: 16
|
|
input [
|
|
{
|
|
name: "input"
|
|
data_type: TYPE_FP32
|
|
format: FORMAT_NCHW
|
|
dims: [3, 160, 160]
|
|
}
|
|
]
|
|
output [
|
|
{
|
|
name: "bbox"
|
|
data_type: TYPE_FP32
|
|
dims: [4]
|
|
|
|
},
|
|
{
|
|
name: "score"
|
|
data_type: TYPE_FP32
|
|
dims: [1]
|
|
},
|
|
{
|
|
name: "landmarks"
|
|
data_type: TYPE_FP32
|
|
dims: [5, 2]
|
|
}
|
|
]
|
|
instance_group [
|
|
{
|
|
kind: KIND_GPU
|
|
count: 1
|
|
gpus: [0]
|
|
}
|
|
]
|
|
dynamic_batching {
|
|
}
|
|
|