stefan-ainetter / SCANnotate

Repository for WACV23 paper "Automatically Annotating Indoor Images with CAD Models via RGB-D Scans"
GNU General Public License v3.0
12 stars 1 forks source link

Issue with Creating PKL File for SCANnotate from Preprocessed ScanNet Data #6

Open ome-13 opened 2 months ago

ome-13 commented 2 months ago

I am currently working on a project where I need to apply SCANnotate to a point cloud dataset that I have already classified using RandLA-Net. My point cloud data is derived from RGB images, and I have all the pose matrices for the camera poses as well as the depth images.

My main issue is understanding how to create the required PKL file to make it compatible with SCANnotate, similar to the preprocessed ScanNet information.

I have reviewed the documentation but am struggling to understand the exact structure and content needed for the PKL file. Could you provide guidance or an example of how to construct this PKL file? Any help or pointers to relevant parts of the documentation would be greatly appreciated.

Thank you!