skeleton of pluggable IO

Summary: Unified interface for loading and saving meshes and pointclouds.

Reviewed By: nikhilaravi

Differential Revision: D25372968

fbshipit-source-id: 6fe57cc3704a89d81d13e959bee707b0c7b57d3b
This commit is contained in:
Jeremy Reizenstein
2021-01-07 15:38:49 -08:00
committed by Facebook GitHub Bot
parent 9fc661f8b3
commit b183dcb6e8
5 changed files with 370 additions and 1 deletions

View File

@@ -777,7 +777,7 @@ class Pointclouds(object):
returned.
Returns:
list[PointClouds].
list[Pointclouds].
"""
if not all(isinstance(x, int) for x in split_sizes):
raise ValueError("Value of split_sizes must be a list of integers.")