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

The predicted result is represented on what frame #4

Open
kankanzheli opened this issue Jun 11, 2020 · 0 comments
Open

The predicted result is represented on what frame #4

kankanzheli opened this issue Jun 11, 2020 · 0 comments

Comments

@kankanzheli
Copy link

My problem is that this code predicts 15 consecutive images. For example, a video is 30 frames. The detection result of 1-15 frames is cross. Is the detection result of cross displayed on each frame?

I see that in the process of video processing, the first 14 frames of video have no result. So I think the overall judgment of these 15 frames is shown on frame 15. Then frame 16 shows the judgment result of frame (2-16).

So am I right?

If I am right, your code will not have the function of predicting pedestrians. The data extracted by your code (cross) is the image of pedestrians crossing the road and the image of the first five frames before crossing the road. In this way, the result of the training is that the tenth frame (the first five frames + the last ten frames) of the pedestrian will be correctly judged as cross

So can you tell me your answer as soon as possible?

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

1 participant