- fast_pointnet_v2.py +1 -1
fast_pointnet_v2.py
CHANGED
|
@@ -158,7 +158,7 @@ class PatchDataset(Dataset):
|
|
| 158 |
Updated for 11D patches.
|
| 159 |
"""
|
| 160 |
|
| 161 |
-
def __init__(self, dataset_dir: str, max_points: int = 1024, augment: bool =
|
| 162 |
self.dataset_dir = dataset_dir
|
| 163 |
self.max_points = max_points
|
| 164 |
self.augment = augment
|
|
|
|
| 158 |
Updated for 11D patches.
|
| 159 |
"""
|
| 160 |
|
| 161 |
+
def __init__(self, dataset_dir: str, max_points: int = 1024, augment: bool = True):
|
| 162 |
self.dataset_dir = dataset_dir
|
| 163 |
self.max_points = max_points
|
| 164 |
self.augment = augment
|