Updated formatting
This commit is contained in:
parent
21551a846f
commit
5cc4c68b2f
|
@ -92,11 +92,13 @@ static NSString *const kTaskGraphName = @"mediapipe.tasks.vision.ObjectDetectorG
|
|||
}
|
||||
|
||||
MPPObjectDetectionResult *result = [MPPObjectDetectionResult
|
||||
objectDetectionResultWithDetectionsPacket:status_or_packets.value()
|
||||
[kDetectionsStreamName.cppString]];
|
||||
objectDetectionResultWithDetectionsPacket:status_or_packets.value()
|
||||
[kDetectionsStreamName.cppString]];
|
||||
|
||||
options.completion(result, outputPacketMap[kImageOutStreamName.cppString].Timestamp().Value() /
|
||||
kMicroSecondsPerMilliSecond, callbackError);
|
||||
options.completion(result,
|
||||
outputPacketMap[kImageOutStreamName.cppString].Timestamp().Value() /
|
||||
kMicroSecondsPerMilliSecond,
|
||||
callbackError);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user