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

预测结果时,控制台一直在输出无限循环输出not in target range #169

Open
cuijinming22 opened this issue Feb 24, 2022 · 1 comment

Comments

@cuijinming22
Copy link

必须手动强制停止
2022-02-24 19:45:18.270 | DEBUG | stagesepx.classifier.base:classify:494 - frame -22 (0.5666666666666667) not in target range, skip
2022-02-24 19:45:18.679 | DEBUG | stagesepx.toolbox:video_jump:43 - previous pointer: 1(0.09999999999999999)
2022-02-24 19:45:18.684 | DEBUG | stagesepx.video:init:29 - new a frame: 2(0.2833333333333333)
2022-02-24 19:45:18.730 | DEBUG | stagesepx.hook:do:24 - execute hook: CompressHook, frame id: 2
2022-02-24 19:45:18.732 | DEBUG | stagesepx.hook:do:24 - execute hook: GreyHook, frame id: 2
2022-02-24 19:45:18.774 | DEBUG | stagesepx.classifier.base:classify:508 - frame 2 (0.2833333333333333) belongs to 0
2022-02-24 19:45:19.178 | DEBUG | stagesepx.toolbox:video_jump:43 - previous pointer: 2(0.2833333333333333)
2022-02-24 19:45:19.183 | DEBUG | stagesepx.video:init:29 - new a frame: 3(0.5666666666666667)
2022-02-24 19:45:19.226 | DEBUG | stagesepx.hook:do:24 - execute hook: CompressHook, frame id: 3
2022-02-24 19:45:19.228 | DEBUG | stagesepx.hook:do:24 - execute hook: GreyHook, frame id: 3
2022-02-24 19:45:19.228 | DEBUG | stagesepx.classifier.base:classify:508 - frame 3 (0.5666666666666667) belongs to 0
2022-02-24 19:45:19.671 | DEBUG | stagesepx.toolbox:video_jump:43 - previous pointer: -23(0.2833333333333333)
2022-02-24 19:45:19.677 | DEBUG | stagesepx.video:init:29 - new a frame: -22(0.5666666666666667)
2022-02-24 19:45:19.722 | DEBUG | stagesepx.hook:do:24 - execute hook: CompressHook, frame id: -22
2022-02-24 19:45:19.724 | DEBUG | stagesepx.hook:do:24 - execute hook: GreyHook, frame id: -22
2022-02-24 19:45:19.724 | DEBUG | stagesepx.classifier.base:classify:494 - frame -22 (0.5666666666666667) not in target range, skip
2022-02-24 19:45:20.174 | DEBUG | stagesepx.toolbox:video_jump:43 - previous pointer: 1(0.09999999999999999)
2022-02-24 19:45:20.181 | DEBUG | stagesepx.video:init:29 - new a frame: 2(0.2833333333333333)
2022-02-24 19:45:20.234 | DEBUG | stagesepx.hook:do:24 - execute hook: CompressHook, frame id: 2
2022-02-24 19:45:20.236 | DEBUG | stagesepx.hook:do:24 - execute hook: GreyHook, frame id: 2
2022-02-24 19:45:20.279 | DEBUG | stagesepx.classifier.base:classify:508 - frame 2 (0.2833333333333333) belongs to 0
2022-02-24 19:45:20.788 | DEBUG | stagesepx.toolbox:video_jump:43 - previous pointer: 2(0.2833333333333333)
2022-02-24 19:45:20.798 | DEBUG | stagesepx.video:init:29 - new a frame: 3(0.5666666666666667)
2022-02-24 19:45:20.856 | DEBUG | stagesepx.hook:do:24 - execute hook: CompressHook, frame id: 3
2022-02-24 19:45:20.859 | DEBUG | stagesepx.hook:do:24 - execute hook: GreyHook, frame id: 3
2022-02-24 19:45:20.859 | DEBUG | stagesepx.classifier.base:classify:508 - frame 3 (0.5666666666666667) belongs to 0
2022-02-24 19:45:21.297 | DEBUG | stagesepx.toolbox:video_jump:43 - previous pointer: -23(0.2833333333333333)
2022-02-24 19:45:21.303 | DEBUG | stagesepx.video:init:29 - new a frame: -22(0.5666666666666667)
2022-02-24 19:45:21.360 | DEBUG | stagesepx.hook:do:24 - execute hook: CompressHook, frame id: -22
2022-02-24 19:45:21.364 | DEBUG | stagesepx.hook:do:24 - execute hook: GreyHook, frame id: -22

@williamfzc
Copy link
Owner

什么版本?
视频经过ffmpeg处理了吗?
视频本身可以正常播放吗?

看起来所有的帧id都错乱了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants