Where2comm icon indicating copy to clipboard operation
Where2comm copied to clipboard

A question about the implementation of communication mask generation.

Open Little-Podi opened this issue 2 years ago • 3 comments

Happy rabbit year! Can you please explain why we need reset the communication mask to ones with a stride of 2 in the following line (https://github.com/MediaBrain-SJTU/Where2comm/blob/5ea31dcc4e102fc45a3dfcc5bff0339ee06543ac/opencood/models/comm_modules/where2comm.py#L71)? I cannot find anything related to this part in your paper, and I think it will be very helpful for us!

Little-Podi avatar Jan 28 '23 07:01 Little-Podi

Did you find anything about the request map in the code? I don't understand how the request map is generated.

sidiangongyuan avatar Jul 13 '23 04:07 sidiangongyuan

The public code is not perfectly organized with several missing parts, but it should be easy to reproduce their reported performance even you directly ignore and bypass those uncompleted implementations. The overall code framework is clear to handle.

Little-Podi avatar Jul 13 '23 04:07 Little-Podi

根据我调试代码的理解,这个行代码的意思是设置ego车辆的mask为1,其他的值不变,也就是说ego不需要考虑通讯问题。

fengxueguiren avatar May 08 '24 13:05 fengxueguiren