Skip to content
View baowenzhang's full-sized avatar

Block or report baowenzhang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Weighted-Majority-Vote-Object-Recognition Weighted-Majority-Vote-Object-Recognition Public

    Forked from 0AndyXia0/Weighted-Majority-Vote-Object-Recognition

    This project uses machine learning algorithms in matlab to predict image object categories on the Caltech 101 dataset.

    MATLAB

  2. pointnet pointnet Public

    Forked from charlesq34/pointnet

    PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

    Python

  3. baowenzhang.github.io baowenzhang.github.io Public

  4. Attention-multilayer-feature-fusion-network-for-3D-object-detection Attention-multilayer-feature-fusion-network-for-3D-object-detection Public

    F_(att_Fuse_out)=F_(Fuse_out)⊗σ(MLP(F_(Fuse_out))) F_(att_Fuse_out_max)=F_(Fuse_out_max)⊗σ(MLP(F_(Fuse_out_max))) F_(att_Fuse_out_avg)=F_(Fuse_out_max⁡_avg)⊗σ(MLP(F_(Fuse_out_max⁡_avg))) F_Fuse=F_(…

  5. High-order-Multilayer-Attention-Fusion-Network-for-3D-Object-Detection High-order-Multilayer-Attention-Fusion-Network-for-3D-Object-Detection Public

    三维目标检测中,2D影像与三维点云融合是研究热点,但传感器数据差异影响性能。我们提出HMAF网,用高阶特征融合模块和注意力机制等,在KITTI数据集实验效果良好,与其他方法比性能稳定,还通过基准测试验证其有效性等。