explicit model argument
This commit is contained in:
@@ -23,8 +23,10 @@ class PointNet2(BaseValMixin,
|
||||
|
||||
# Dataset
|
||||
# =============================================================================
|
||||
self.dataset = self.build_dataset(ShapeNetPartSegDataset, collate_per_segment=True,
|
||||
npoints=self.params.npoints)
|
||||
self.dataset = self.build_dataset(ShapeNetPartSegDataset,
|
||||
collate_per_segment=True,
|
||||
npoints=self.params.npoints
|
||||
)
|
||||
|
||||
# Model Paramters
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user