sshaoshuai/PV-RCNNPublic NotificationsYou must be signed in to change notification settings Fork14 Star181 1Branch0Tags Latest commit sshaoshuai Update README.md Aug 3, 2020 bdbf062·Aug 3, 2020 History 6 Commits README.md Update README.md ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No branches or pull requests 2 participants Footer...
git clone --recursive https://github.com/AutoVision-cloud/Deformable-PV-RCNN b. Copy Deformable PV-RCNN src into OpenPCDet: sh ./init.sh c. Install OpenPCDet and prepare KITTI data: Please refer toINSTALL.mdfor installation and dataset preparation. ...
3D Object Detection with Learned Deformations. Contribute to collector-m/Deformable-PV-RCNN development by creating an account on GitHub.
CODE:https://github.com/sshaoshuai/PV-RCNN 一、大体内容 前面介绍了基于Point的3D目标检测网络(PointRCNN、3DSSD)以及基于voxel的3D目标检测网络(VoxelNet、SECOND、PointPillar),基于Voxel的方法比较高效,其基于多尺度的特征可以生成较高质量的候选框,但是在点云转换成Voxel时会丢失精度,基于Point的方法精度高但是...
NAME: PVRCNNPlusPlus VFE: NAME: MeanVFE BACKBONE_3D: NAME: VoxelBackBone8x MAP_TO_BEV: NAME: HeightCompression NUM_BEV_FEATURES: 256 BACKBONE_2D: NAME: BaseBEVBackbone LAYER_NUMS: [5, 5] LAYER_STRIDES: [1, 2] NUM_FILTERS: [128, 256] UPSAMPLE_STRIDES: [1, 2] NUM_UPSAMPLE_FILTER...
I am trying to train pv-rcnn model using a custom dataset. I prepared my data as recommended in the custom_data_tutorial page, then I generated data info then I used the following commands: for training I used the following command: pyth...
The bug has not been fixed in the latest version (dev-1.x) or latest version (dev-1.0). Task I have modified the scripts/configs, or I'm working on my own tasks/models/datasets. Branch main branch https://github.com/open-mmlab/mmdetection3d Environment sys.platform: linux Python: 3.8...
论文名称:PV-RCNN: Point-Voxel Feature Set Abstraction for 3D Object Detection 作者信息: 论文地址:https://arxiv.org/pdf/1912.13192.pdf 代码地址:https://github.com/sshaoshuai/PCDet2020年的CVPR 商…
In this repository, we provide 3DIoUMatch implementation (with Pytorch) based on PV-RCNN. This is not a general implementation of SSL-training on KITTI but tailored to PVRCNN. The implementation based on VoteNet ishere. Our arXiv report ishere. ...