shanjiayao / PTT

Official PyTorch Implementation for "PTT: Point-Track-Transformer Module for 3D Single Object Trackingin Point Clouds"
86 stars 12 forks source link

Model Reasoning Questions #7

Closed xieyunjiao-holo closed 2 years ago

xieyunjiao-holo commented 2 years ago

嗨,打扰了。 你的算法在给每个序列做推理的时候,始终使用第一帧模板帧来推理整个序列吗? 还是每一帧的前一帧来作为模板帧? 调试的时候我怎样可以可视化出来模型推理一次的过程中具体是怎样运算的呢? 不知道为什么,我每次debug的断点处,batch_dict中显示已经计算出3D框了,我想搞清楚多目标跟踪,从何处入手呢?谢谢前辈指点^V^。

shanjiayao commented 2 years ago

Please ref to https://github.com/shanjiayao/PTT/blob/master/tools/cfgs/kitti_models/ptt.yaml#L149

image

The default option is first and previous.

xieyunjiao-holo commented 2 years ago

The default option is first and previous.

这个的意思是,融合的是该序列当前预测帧的第一帧和其前一帧的真值框吗? 还是点云数据呢? image 是这里的代码吗?

shanjiayao commented 2 years ago

We concatenate the points by using the first and previous boxes.

Maybe we can talk about this issue by using email. shajiayao97@gmail.com

xieyunjiao-holo commented 2 years ago

We concatenate the points by using the first and previous boxes.

Maybe we can talk about this issue by using email. shajiayao97@gmail.com

image 联系不到你哇

shanjiayao commented 2 years ago

shanjiayao97@gmail.com