10 lines
197 B
Bash
10 lines
197 B
Bash
# Triton server 1 (pose detection)
|
|
POSE_HTTP_PORT=3000
|
|
POSE_GRPC_PORT=3001
|
|
POSE_METRICS_PORT=3002
|
|
|
|
# Triton server 2 (face detection)
|
|
FACE_HTTP_PORT=4000
|
|
FACE_GRPC_PORT=4001
|
|
FACE_METRICS_PORT=4002
|