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 input video frames in demo are not sorted #11

Open
Memoriaaa opened this issue Jul 11, 2024 · 0 comments
Open

The input video frames in demo are not sorted #11

Memoriaaa opened this issue Jul 11, 2024 · 0 comments

Comments

@Memoriaaa
Copy link

Frames are not ordered in demo.py line 16:
for filename in os.listdir(folder_path):

for filename in sorted(os.listdir(folder_path)): can fix.

demo/Vid4_BI_results also need to be fixed.

@Memoriaaa Memoriaaa changed the title The input frames in demo is not sorted The input video frames in demo are not sorted Jul 11, 2024
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