realgump / MvMHAT

MvMHAT: Self-supervised Multi-view Multi-Human Association and Tracking (ACM MM 2021, Oral Paper)
34 stars 8 forks source link

About gt.txt #16

Closed Billccx closed 3 months ago

Billccx commented 1 year ago

Hello!

I failed to find gt.txt in the folder gt_det. It seems this file does not exist in the dataset.

Could you please tell me how to run train.py when self.mode == 'train'?

Thanks in advance!

realgump commented 1 year ago

Hello, you can try to modify the path in the code to let it consistent with your dataset.

Billccx commented 1 year ago

Hello, you can try to modify the path in the code to let it consistent with your dataset.

Thanks for your quick reply!

In Dataset4MvMHAT, the file is called anno.txt.

image

So what I need to do is modifying the code: changing gt.txt to anno.txt ?

image

Is that right?

感谢您迅速的回复!所以anno.txt的内容实际就是gt.txt,我只需要在代码中改一下文件名就可以用训练模式运行train.py了,请问是这样的么?

realgump commented 1 year ago

是的,和实际的路径对应上就行。