About the fps used for sampling
- Dominant language
- Python
- Stars
- 269
- Forks
- 20
- Avg merge
- 7h 3m
- Merged PRs (30d)
- 2
Description
Why is the [fps](https://github.com/line/lighthouse/blob/main/lighthouse/frame_loaders/slowfast_loader.py#L149) of the original video (before resampling and double padding) used to calculate the number of frames for sampling intervals, instead of the target_fps after resampling and double padding?I think there is a discrepancy here.
Contributor guide
No contributing guide indexed for this repository
Research direction
Read lighthouse/frame_loaders/slowfast_loader.py around line 149 and trace how the original fps and target_fps are used after resampling and double padding. Compare the frame-count calculation with the sampling intervals and determine whether the discrepancy is real; the issue is done when the behavior is corrected or clearly explained with coverage for the chosen calculation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100