Closed xieyunjiao-holo closed 2 years ago
Please ref to https://github.com/shanjiayao/PTT/blob/master/tools/cfgs/kitti_models/ptt.yaml#L149
The default option is first and previous.
The default option is first and previous.
这个的意思是,融合的是该序列当前预测帧的第一帧和其前一帧的真值框吗? 还是点云数据呢? 是这里的代码吗?
We concatenate the points by using the first and previous boxes.
Maybe we can talk about this issue by using email. shajiayao97@gmail.com
We concatenate the points by using the first and previous boxes.
Maybe we can talk about this issue by using email. shajiayao97@gmail.com
联系不到你哇
shanjiayao97@gmail.com
嗨,打扰了。 你的算法在给每个序列做推理的时候,始终使用第一帧模板帧来推理整个序列吗? 还是每一帧的前一帧来作为模板帧? 调试的时候我怎样可以可视化出来模型推理一次的过程中具体是怎样运算的呢? 不知道为什么,我每次debug的断点处,batch_dict中显示已经计算出3D框了,我想搞清楚多目标跟踪,从何处入手呢?谢谢前辈指点^V^。