facebookresearch / facebookresearch/SlowFast
Question regarding demo update rate
Open
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
In the config file under the demo section, It is said for _C.DEMO.BUFFER_SIZE = 0:
"_Number of overlapping frames between 2 consecutive clips.
Increase this number for more frequent action predictions.
The number of overlapping frames cannot be larger than
half of the sequence length `cfg.DATA.NUM_FRAMES * cfg.DATA.SAMPLING_RATE_"
Why does the number of overlapping frames is bounded to be **half of the sequence length**? Isn't it bounded by the **sequence length -1?**
Contributor guide
Assessment
This issue has not been assessed yet.