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

Why the result of test video is very long? #30

Open
zhangfusheng-163 opened this issue Jan 3, 2024 · 3 comments
Open

Why the result of test video is very long? #30

zhangfusheng-163 opened this issue Jan 3, 2024 · 3 comments

Comments

@zhangfusheng-163
Copy link

Hello,I have testing one video, the length of the video is 33 seconds,but the result is very long .I output the result:dict_keys(['video-id', 't-start', 't-end', 'label', 'score']),but the value length of 'video_id' or 'label' is 276000.Is it because each frame of the image has multiple results?

@dingfengshi
Copy link
Owner

Did you test on your dataset? The predicted segments will be clamped in the range of video length (see here). It could be that your config file is incorrectly set.

@zhangfusheng-163
Copy link
Author

zhangfusheng-163 commented Jan 27, 2024

@dingfengshi ,thanks.I had been resolved the problem。

But when I used Epic to load my own dataset, the results were very poor. Can you give me some suggestions for improvement?

@dingfengshi
Copy link
Owner

Due to the different types of videos in various datasets, it is challenging to determine the transfer effects. It is recommended to retrain a model on your own dataset.

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