performer_count counts the typical framing where the widest is the hall - #384
Merged
Merged
Conversation
A concert's widest framing holds everyone on stage; a lecture hall's widest framing holds the audience and the projected slides, whose figures are not the speakers. `stat="typical"` takes the median over framings instead of the maximum, and the guide says how to switch the audience filter off where there is no raised stage and how to decode a long 1080p file on the GPU through the detectors' ffmpeg options. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PcjBSXbXjqdj1tmYHoLiKd
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PcjBSXbXjqdj1tmYHoLiKd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
performer_count(..., stat="widest"|"typical"): median over framings for lecture halls and slide captures, maximum (as before) for concerts;low/highcarry the other.ffmpeg_input_args.From the second test recording (a 3 h 24 min PhD defence): widest-framing counts were 6–8 from figures in the slides; typical-framing counts are 1, 1, 2, 2.
Test plan
tests/test_performers.pycovers both statistics;tests/test_camera.pyunchanged.🤖 Generated with Claude Code
https://claude.ai/code/session_01PcjBSXbXjqdj1tmYHoLiKd