ICode9

精准搜索请尝试: 精确搜索
  • PointRCNN阅读笔记2021-05-24 10:31:07

    Instead of generating proposals from RGB image or projecting point cloud to bird's view or voxels as previous methods do, our stage-1 sub-network directly generates a small number of high-quality 3D proposals from point cloud in a bottom-up manner vi

  • PointRCNN 学习笔记2021-03-18 10:06:08

    《PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud》CVPR2019 前言 PointRCNN方法示意 PointRCNN是CVPR2019中3D目标检测的文章。该文章使用two-stage方式,利用PointNet++作为主干网络,先完成segmentation任务,判断每个三维点的label。对分为前景的

  • PointRCNN2020-11-25 11:01:21

    PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud CVPR 2019 Abstract 在本文中,我们提出了PointRCNN用于从原始点云进行3D目标检测。 整个框架由两个阶段组成:第1阶段用于自底向上的生成3D proposal,第2阶段用于在canonical coordinates中refining p

  • pointRCNN原理与复现2020-09-05 18:34:29

    pointRCNN: 整体思路:https://zhuanlan.zhihu.com/p/71564244 原理:https://blog.csdn.net/taifengzikai/article/details/96840993 https://zhuanlan.zhihu.com/p/97716398 原理涉及知识: 图像中的掩模mask是什么: https://blog.csdn.net/bitcarmanlee/article/details/79132017

  • PointRCNN之code学习笔记2019-08-29 22:01:14

    input -> rpn -> rpn_cls,rpn_reg, backbone_xyz, backbone_features rpn_cls, rpn_reg, backbone_xyz -> proposal_layer -> rois, roi_scores rpn_score_norm = sigmoid(rpn_cls) seg_mask = rpn_score_norm > score_thresh pts_depth = norm2(backbone_xyz.

  • pointRCNN 3d框点云和图像可视化2019-07-30 12:42:01

    由于pointRCNN源码的训练和inference很详细,但是没有可视化的代码,本文介绍其3d框结果的可视化方法 1. 跑通pointRCNN https://github.com/sshaoshuai/PointRCNN pointRCNN的运行本文就不赘述了。 我是下载的作者训练好的模型,跑了一遍inference,因为生成的检测结果在下面可视化

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有