Richard Cai Wenrui

Results 5 comments of Richard Cai Wenrui

Thanks for your answering, and now I understand what do these parameters stand for. However, another problem occurs on the very first epoch of training: Traceback (most recent call last):...

> The image ids should be continious, yes. How would you initialize them otherwise? You go through all images in the dataet and then give each image an id. These...

OK, got it, and I've refreshed all of the IDs in both train & val annotation files with continuous numbers. However, I'm still suffering from this: Traceback (most recent call...

OK, after looking up about how to form MOT20 dataset in this framework, I understood how to form my own custom dataset up now, and filled the "sequences" parameter in...

After several attempts, I've added my custom dataset into factory.py in this way: for split in ['N03TCf00', 'N07TCj00', 'N10TCj00', 'N10TCj01']: DATASETS[split] = (lambda kwargs: [DemoSequence(**kwargs), ]) And I've ensured that...