This commit is contained in:
hector1987 2021-12-16 22:55:45 +09:00 committed by GitHub
parent 512b7e0197
commit 3b442bc459
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 128x128 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"