This commit is contained in:
hector1987 2021-12-16 22:56:20 +09:00 committed by GitHub
parent 3b442bc459
commit c543c37ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ input_side_packet: "MODEL_COMPLEXITY:model_complexity"
# this packet so that they don't wait for it unnecessarily. # this packet so that they don't wait for it unnecessarily.
output_stream: "DETECTIONS:detections" output_stream: "DETECTIONS:detections"
# Transforms an image into a 256x256 tensor while keeping the aspect ratio, and # Transforms an image into a 192x192 tensor while keeping the aspect ratio, and
# therefore may result in potential letterboxing. # therefore may result in potential letterboxing.
node { node {
calculator: "ImageToTensorCalculator" calculator: "ImageToTensorCalculator"