gui_parser_models / od_engine /config.pbtxt
anonymous
initial commit
948d40c
Raw
History Blame Contribute Delete
262 Bytes
name:"od_engine",
platform:"tensorrt_plan",
input [
{
name : "images"
data_type : TYPE_FP32
dims : [1, 3, 960, 960]
}
]
output [
{
name : "output0"
data_type : TYPE_FP32
dims : [1, 22, 18900]
}
]