andreasMazur / geoconv

A Python library for end-to-end learning on surfaces. It implements pre-processing functions that include geodesic algorithms, neural network layers that operate on surfaces, visualization tools and benchmarking functionalities.
GNU General Public License v3.0
28 stars 2 forks source link

Adds PartNet to ShapeNet label conversion #3

Closed DavidPL1 closed 4 months ago

DavidPL1 commented 4 months ago

By running the added python file as script (with corrected paths) the input data to the detect_graspable_regions experiments is extracted from PartNet and ShapeNet.

Open question: The process requires open3d and scipy as big non-standard libraries. Should we add infos to a README or an extra install option for automatic install of all dependencies?