Fixed formatting of MPPPoseLandmarkerTests.mm
This commit is contained in:
parent
972e3d81c0
commit
447f9cc452
|
@ -75,7 +75,8 @@ static NSString *const kLiveStreamTestsDictExpectationKey = @"expectation";
|
|||
}
|
||||
|
||||
- (void)testDetectWithOptionsSucceeds {
|
||||
MPPPoseLandmarkerOptions *options = [self poseLandmarkerOptionsWithModelFileInfo:kPoseLandmarkerBundleAssetFileInfo];
|
||||
MPPPoseLandmarkerOptions *options =
|
||||
[self poseLandmarkerOptionsWithModelFileInfo:kPoseLandmarkerBundleAssetFileInfo];
|
||||
MPPPoseLandmarker *poseLandmarker = [self createPoseLandmarkerWithOptionsSucceeds:options];
|
||||
|
||||
[self assertResultsOfDetectInImageWithFileInfo:kPoseImageFileInfo
|
||||
|
@ -85,13 +86,14 @@ static NSString *const kLiveStreamTestsDictExpectationKey = @"expectation";
|
|||
}
|
||||
|
||||
- (void)testDetectWithEmptyResultsSucceeds {
|
||||
MPPPoseLandmarkerOptions *options = [self poseLandmarkerOptionsWithModelFileInfo:kPoseLandmarkerBundleAssetFileInfo];
|
||||
MPPPoseLandmarkerOptions *options =
|
||||
[self poseLandmarkerOptionsWithModelFileInfo:kPoseLandmarkerBundleAssetFileInfo];
|
||||
MPPPoseLandmarker *poseLandmarker = [self createPoseLandmarkerWithOptionsSucceeds:options];
|
||||
|
||||
[self assertResultsOfDetectInImageWithFileInfo:kNoPoseImageFileInfo
|
||||
[self
|
||||
assertResultsOfDetectInImageWithFileInfo:kNoPoseImageFileInfo
|
||||
usingPoseLandmarker:poseLandmarker
|
||||
approximatelyEqualsPoseLandmarkerResult:[MPPPoseLandmarkerTests
|
||||
emptyPoseLandmarkerResult]];
|
||||
approximatelyEqualsPoseLandmarkerResult:[MPPPoseLandmarkerTests emptyPoseLandmarkerResult]];
|
||||
}
|
||||
|
||||
- (void)testCreatePoseLandmarkerFailsWithDelegateInNonLiveStreamMode {
|
||||
|
@ -433,7 +435,6 @@ static NSString *const kLiveStreamTestsDictExpectationKey = @"expectation";
|
|||
[self assertMultiPoseLandmarks:poseLandmarkerResult.landmarks
|
||||
areApproximatelyEqualToExpectedMultiPoseLandmarks:expectedPoseLandmarkerResult.landmarks];
|
||||
|
||||
|
||||
[self assertLandmarksAreVisibleAndPresentInPoseLandmarkerResult:poseLandmarkerResult];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user