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

mots_common/io.py does not support folder structure for MOTS dataset? #8

Open
ahrnbom opened this issue Jul 3, 2020 · 3 comments
Open

Comments

@ahrnbom
Copy link

ahrnbom commented Jul 3, 2020

If one downloads the MOTS dataset from https://motchallenge.net/data/MOTS/, you get a folder structure for the training set, where ground truth files are all called gt.txt and placed in different folders for each sequence. io.py does not expect this, so load_sequences fails unless you manually move and rename these files, which seems to work as a workaround...

@pvoigtlaender
Copy link
Collaborator

Hi,

there is a slight inconsistency, we first created a version of the MOTSchallenge data in the same format as KITTI and put it on https://www.vision.rwth-aachen.de/page/mots (where you still find it). Then we also put the MOTSChallene data under https://motchallenge.net/data/MOTS/ and changed the format slightly for consistency with MOT17. Probably we should modify the tools to support both formats, but I'll currently not get to this. Pull requests very welcome :)
Soon also a separate repository with tools for all datasets of motchallenge.net will be released which will handle the new format (but will then not work with KITTI).

@CommandoHuan
Copy link

CommandoHuan commented Nov 18, 2020

Hi,

there is a slight inconsistency, we first created a version of the MOTSchallenge data in the same format as KITTI and put it on https://www.vision.rwth-aachen.de/page/mots (where you still find it). Then we also put the MOTSChallene data under https://motchallenge.net/data/MOTS/ and changed the format slightly for consistency with MOT17. Probably we should modify the tools to support both formats, but I'll currently not get to this. Pull requests very welcome :)
Soon also a separate repository with tools for all datasets of motchallenge.net will be released which will handle the new format (but will then not work with KITTI).

I've downloaded all KITTI_MOTS, MOTSChallenge, Detections for Tracking Only Challenge 2020 files from https://www.vision.rwth-aachen.de/page/mots but i don't known where to put them correctly.

Can you show the full tree list of the project? Thank you very much.

@ahnonay
Copy link
Collaborator

ahnonay commented Nov 29, 2020

See issue #12

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

4 participants