Skip to content

The input video frames in demo are not sorted #11

@Memoriaaa

Description

@Memoriaaa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions