当前位置:网站首页>Joint 3D Instance Segmentation and Object Detection for Autonomous Driving
Joint 3D Instance Segmentation and Object Detection for Autonomous Driving
2022-08-11 06:16:00 【zhSunw】
Joint 3D Instance Segmentation and Object Detection for Autonomous Driving
Brief introduction~~
Framework PointNet++ as backbone.
- Backbone segmented the semantic (FG/BG) information for each point after extracting features and predicted the information of BBox (offset, dim, θ).
- Offset and cluster the foreground points, assign an ID to each category of points as an instance, and obtain a BBox by averaging the information of the first 5 predictions for each instance.
- Instance-aware RoI polling: Foreground points that are not in BBox but have corresponding IDs are also used for Refinement; foreground points that are in BBox but do not have corresponding IDs are deleted.(That is, each object proposal in Refinement considers the point of the instance instead of the point in the Box.)
边栏推荐
- 动画(其一)
- mysql基本概念之事务
- Rethinking LiDAR Object Detection in adverse weather conditions
- Toolbar 和 DrawerLayout 滑动菜单
- MPLS 实验
- 安全帽佩戴识别系统介绍
- TAMNet:A loss-balanced multi-task model for simultaneous detection and segmentation
- 通用的 kernel和 userspace Makefile
- Realize data exchange between kernel and userspace through character device virtual file system (passed based on kernel 5.8 test)
- 梅科尔工作室-Pr第一次培训笔记(安装及项目创建)
猜你喜欢
随机推荐
order by注入,limit注入,宽字节注入
OSI TCP/IP学习笔记
Toward a Unified Model
The selection points you need to know about the helmet identification system
LAMP架构介绍及配置
Redis哨兵模式
LAGRANGIAN FLUID SIMULATION WITH CONTINUOUS CONVOLUTIONS
GBase数据库监控
Redis主从复制的搭建
梅科尔工作室-PR第三次培训笔记(效果与转场及插件使用)
梅科尔工作室-Pr第二次培训笔记(基本剪辑操作和导出)
Waymo数据集使用介绍(waymo-open-dataset)
智慧工地 安全帽识别系统
GBase 8a技术特性-集群架构
AIDL 简介以及使用
基于ijkplayer 0.8.8编译的完整so. libijkffmpeg.so等,支持ssl h265, rm, rmvb
lvs的keepalived
安全帽识别
DNS外带注入SQLMAP
Realize data exchange between kernel and userspace through character device virtual file system (passed based on kernel 5.8 test)









