Skip to content

Commit

Permalink
rename detectObjectsInFramesGenerated to detectHandLandmarksInFramesG…
Browse files Browse the repository at this point in the history
…enerated
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

st-tuanmai committed Oct 23, 2023
1 parent 87d95d9 commit de4a94d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -189,7 +189,7 @@ class HandLandmarkerService: NSObject {
videoDelegate?.handLandmarkerService(self, willBeginDetection: frameCount)
}

let handLandmarkerResultTuple = detectObjectsInFramesGenerated(
let handLandmarkerResultTuple = detectHandLandmarksInFramesGenerated(
by: assetGenerator,
totalFrameCount: frameCount,
atIntervalsOf: inferenceIntervalInMilliseconds)
@@ -209,7 +209,7 @@ class HandLandmarkerService: NSObject {
return generator
}

private func detectObjectsInFramesGenerated(
private func detectHandLandmarksInFramesGenerated(
by assetGenerator: AVAssetImageGenerator,
totalFrameCount frameCount: Int,
atIntervalsOf inferenceIntervalMs: Double)

0 comments on commit de4a94d

Please sign in to comment.