name: "Awiros_person_and_head_detection" platform: "tensorrt_plan" max_batch_size: 8 input [ { name: "input" data_type: TYPE_FP32 dims: [ 3, 512, 512 ] } ] output [ { name: "dets" data_type: TYPE_FP32 dims: [ 300, -1 ] }, { name: "labels" data_type: TYPE_FP32 dims: [ 300, -1 ] } ]