JonathonLuiten / TrackEval

HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
MIT License
951 stars 232 forks source link

seqinfo.ini error #133

Open BoscoShin opened 1 year ago

BoscoShin commented 1 year ago

My directory for metric is as follows.

data/
    gt/
        mot_challenge/
           seqmaps/
               Mydataset-train.txt
            MyDataset/
               MOT17-02-DPM/
                    gt/
                        gt.txt          
                    seqinfo.ini

    trackers/
        mot_challenge/
            MyDataset/
                data/
                    MOT17-02-DPM.txt    

But when I run the code, I get "ini file does not exist: MOT17-02-DPM/seqinfo.ini" error Proceeded to where it is in the document. Why is it like this? Can anyone help me?

Thanks you.

Zc229 commented 4 months ago

我的指标目录如下。

data/
    gt/
        mot_challenge/
           seqmaps/
               Mydataset-train.txt
            MyDataset/
               MOT17-02-DPM/
                    gt/
                        gt.txt          
                    seqinfo.ini

    trackers/
        mot_challenge/
            MyDataset/
                data/
                    MOT17-02-DPM.txt    

但是当我运行代码时,出现“ini 文件不存在:MOT17-02-DPM/seqinfo.ini”错误, 继续查看它在文档中的位置。为什么会这样呢? 谁能帮我?

感谢您。

同样的错误,请问您解决了吗