Modify triton face detection configuration
This commit is contained in:
parent
31ff82123b
commit
55582db3c8
@ -1,19 +1,20 @@
|
||||
infer_config {
|
||||
unique_id: 3
|
||||
gpu_ids: [0]
|
||||
max_batch_size: 16
|
||||
max_batch_size: 1
|
||||
backend {
|
||||
triton {
|
||||
model_name: "face_recognition"
|
||||
version: -1
|
||||
grpc{
|
||||
url: "localhost:9001"
|
||||
url: "localhost:8071"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
preprocess {
|
||||
network_format: IMAGE_FORMAT_RGB
|
||||
# network_format: IMAGE_FORMAT_RGB
|
||||
network_format: IMAGE_FORMAT_BGR
|
||||
tensor_order: TENSOR_ORDER_LINEAR
|
||||
maintain_aspect_ratio: 1
|
||||
symmetric_padding: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user