lingvo
                                
                                 lingvo copied to clipboard
                                
                                    lingvo copied to clipboard
                            
                            
                            
                        DeepFusion network structure
Hi,
we are trying to reproduce the result, but quite a lot details are missing of the DeepFusion netwrok. Can you describe some details of the network? Like in which stages fuse the point cloud and image, and etc.
We just released the code. You could start to read the code from here: https://github.com/tensorflow/lingvo/blob/master/lingvo/tasks/car/params/waymo_deepfusion.py#L797
You could look at MultiModalFeaturizer to know the fuse stage: https://github.com/tensorflow/lingvo/blob/6b75b054aa78b0db3adebd564ee21ba1afff86fd/lingvo/tasks/car/deep_fusion.py#L76