HMFT icon indicating copy to clipboard operation
HMFT copied to clipboard

Hierarchical Multi-modal Fusion Tracker for RGB-T tracking (CVPR2022)

Results 9 HMFT issues
Sort by recently updated
recently updated
newest added

您好,请问您们会开源训练代码嘛,谢谢!

请问有没有在LasHeR数据集上进行过测试?

In the line, https://github.com/zhang-pengyu/HMFT/blob/215cb846fc5da59e4e7810ac92bdc085840b0270/mfDiMP/ltr/models/fusion_model/feature_fusion.py#L31C7-L31C7 , Operations should not be performed on batch_size dim, I think it may be `torch stack` Can you answer my doubts?

First of all, thanks for the good research. What part of the code is the multi-step training process described in the paper and in what order do i run the...

您好,想问一下作者,VTUAV数据集采用稀疏标注,即每十帧给一个bbox的标注信息,但是如果sampler采样到未标注帧的frame_ids,您是怎样处理的呢?在您的项目里,没有找到该部分对应的代码段。可以提示一下您获取未标注帧目标框bbox信息,代码所在的位置吗,非常感谢!!!

您好,我对您的工作非常感兴趣,有以下几点疑惑想咨询您: 1. 论文中提到的多步训练的三个训练阶段的训练epoch数分别为多少?或者在您给出的代码中在哪里体现了多步训练吗? 2. 最后一步训练ADF模块和IOU预测模块时,论文中提到要固定所有backbone并微调classifiers,那DFF模块需要微调吗?

您好!请问代码中提到的模型的两个分类标签如何获得?代码中的self._read_meta函数没有找到定义的地方,所以有点困惑,期待收到您的回复,谢谢! ![CZ}9}9_VE5{ZYO{CSN4G{WV](https://github.com/zhang-pengyu/HMFT/assets/106595830/447156ee-484c-4b07-821b-1dd7497f9be3) ![`K495Z`(Y00P%6Z481V`X L](https://github.com/zhang-pengyu/HMFT/assets/106595830/ba836470-d601-49c6-8044-9b98f0f7d65c)

您好,想问一下作者训练过程中,是使用VTUAV训练集的全部,还是只有RGB-T训练集这一个部分的