SamsungLabs / imvoxelnet

[WACV2022] ImVoxelNet: Image to Voxels Projection for Monocular and Multi-View General-Purpose 3D Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to achieve image to voxels projection?

HalvesChen opened this issue · comments

Hi!, there is a problem about your code. How to achieve image to voxels projection on scannetv2?

Hi @chendaozai ,

I don't quite understand your question. For ScanNet we load extrinsic and intrinsic matrices here, then multiply them to make the projection matrix here and finally project image features to voxels here.

Thanks :)