val-iisc / 3d-lmnet

Repository for 3D-LMNet: Latent Embedding Matching for Accurate and Diverse 3D Point Cloud Reconstruction from a Single Image [BMVC 2018]
https://val-iisc.github.io/3d-lmnet/
MIT License
113 stars 24 forks source link

Extract gt pointclouds #12

Open SxJyJay opened 2 years ago

SxJyJay commented 2 years ago

An inspiring work. I want to know the specific process of extracting the gt point clouds from the provided meshes on Pix3D dataset, in particular, the coordinates transformation from original meshes to the processed point clouds. Whether you just normalized the coordinates of these sampled points, or utilizing the camera's extrinsics and intrinsics to transform these sampled points to image plane? If possible, could you please offer the corresponding specific preprocess code? Thanks a lot!