Small bug fixes.
Browse files- predict.py +2 -2
predict.py
CHANGED
|
@@ -27,8 +27,8 @@ import cv2
|
|
| 27 |
from fast_pointnet_v2 import save_patches_dataset, predict_vertex_from_patch
|
| 28 |
#from fast_voxel import predict_vertex_from_patch_voxel
|
| 29 |
#import time
|
| 30 |
-
from
|
| 31 |
-
from
|
| 32 |
#from fast_pointnet_class_10d import predict_class_from_patch as predict_class_from_patch_10d
|
| 33 |
from scipy.spatial.distance import cdist
|
| 34 |
from scipy.optimize import linear_sum_assignment
|
|
|
|
| 27 |
from fast_pointnet_v2 import save_patches_dataset, predict_vertex_from_patch
|
| 28 |
#from fast_voxel import predict_vertex_from_patch_voxel
|
| 29 |
#import time
|
| 30 |
+
from fast_pointnet_class import save_patches_dataset as save_patches_dataset_class
|
| 31 |
+
from fast_pointnet_class import predict_class_from_patch
|
| 32 |
#from fast_pointnet_class_10d import predict_class_from_patch as predict_class_from_patch_10d
|
| 33 |
from scipy.spatial.distance import cdist
|
| 34 |
from scipy.optimize import linear_sum_assignment
|