paschalidoud / superquadric_parsing

Code for "Superquadrics Revisited: Learning 3D Shape Parsing beyond Cuboids", CVPR 2019
https://superquadrics.com
Other
135 stars 34 forks source link

Inquire about VoxelizerFactory #15

Closed mahmoudEltaher closed 3 years ago

mahmoudEltaher commented 3 years ago

Hi @paschalidoud

Kindly i want to inquire about that: In order to make the model deal with point cloud ,i need to make change in the VoxelizerFactory,but i'm not pretty sure what is the idea of this class and what i need to change if i want model deal with point-cloud.

Waiting for your kindly response.

paschalidoud commented 3 years ago

Hello,

The idea of the VoxelizerFactory is to provide an interface for easy experimentation with various types of input data e.g. images, pointclouds, voxels etc. To be able to use point clouds, you simply need to add a class that implements the interface get_X(model). You can have a look of how this is used here.

I am closing this issue for now but please feel free to reopen if this is still not clear.

Best, Despoina