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...