lingvo
lingvo copied to clipboard
Cross Attention
I am new to lingvo and I would like to know where to find the code for Cross Attention in
DeepFusion: Lidar-Camera Deep Fusion for Multi-Modal 3D Object Detection?
We are still working on releasing the code. You should be able to find the code here later: https://github.com/tensorflow/lingvo/tree/master/lingvo/tasks/car
Thanks for your patience!
Could you tell us when the code will be released? Thanks in advance!
We just released the code, and here is the CrossAttention implementation https://github.com/tensorflow/lingvo/blob/6b75b054aa78b0db3adebd564ee21ba1afff86fd/lingvo/tasks/car/deep_fusion.py#L287
thanks