mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 14:50:36 +08:00
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:
committed by
Facebook GitHub Bot
parent
9fc661f8b3
commit
b183dcb6e8
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user