报错:[vite:terser] terser not found. Since Vite v3, terser has become an optional dependency. You need to install it. 解决方法:npm i terser --legacy--peer-deps
这个可以解决问题,但是我觉得根本原因不在这里,是因为你…
留个笔记自用
ImVoteNet: Boosting 3D Object Detection in Point Clouds with Image Votes
做什么
3D object detection。3维目标检测 对于输入的3D点云,像2D一样使用一个bounding box去将相应的物体包围起来,不过这里使用的bounding box也同样变成…
paper:
https://arxiv.org/abs/2001.10692https://arxiv.org/abs/2001.10692官方实现:
GitHub - saic-vul/imvoxelnet: [WACV2022] ImVoxelNet: Image to Voxels Projection for Monocular and Multi-View General-Purpose 3D Object Detectionhttps://github.com…