Skip to content

load_mot() no longer adapts to MOT17 det.txt files #13

@capstayn

Description

@capstayn

Hi,
First of all, great work. Thanks for making it available to the public.

It seems that MOT17 datasets have changed since the code for load_mot() in util.py was written. Now the sequences from detectors FRCNN and SDP only provide det.txt files with 7 columns (no information for classes) and load_mot() fails here.

I fixed it by calling load_mot() in mot17.py with flag with_classes=False. Just wanted to let you know to check that the fix is ok and to suggest to update these demos accordingly, if you reckon appropiate.

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