Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

对range进行采样时尽量不选用边界帧 #37

Closed
williamfzc opened this issue Aug 22, 2019 · 0 comments
Closed

对range进行采样时尽量不选用边界帧 #37

williamfzc opened this issue Aug 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@williamfzc
Copy link
Owner

2019-08-22 15:16:27.751 | DEBUG    | stagesepx.cutter.cut_range:pick:102 - pick 5 frames from 50(0.8833333333333334) to 112(1.8833333333333333) on video ../demo.mp4
2019-08-22 15:16:28.407 | INFO     | stagesepx.cutter.cut_result:pick_and_save:284 - pick [50, 62, 75, 87, 100] in range <VideoCutRange [50-112] ssim=[1.0]>

首帧始终会被采样到。而对于稳定阶段而言,选择首帧是有风险的(可能它并没有彻底变化完毕,只是低于阈值)。尤其当采样张数较少时,它的权重会更大,从而导致效果不准确。

@williamfzc williamfzc added the enhancement New feature or request label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant