Skip to content

Unexpected Models Behavior #179

Answered by vladmandic
YaraAmin asked this question in Q&A
Discussion options

You must be logged in to vote

can you explain to me how can we have caching while using a static image at a new session? or what do you mean exactly by cache sensitivity?

what do you mean by a new session?

models are always cached for entire lifespan of human instance.

what cacheSensitivity = 0.75 (which is default) means is "if frame changed less than 75% compared to previous frame, skip some processing and use cached results from previous frame"

for example, when detecting video input, we don't need to re-run hand detection on each frame since we know approximate location of the hand from previous frame - so we can only run hand analysis using best-guess hand location.

when running image analysis, makes no sense t…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vladmandic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants