diff --git a/preprocess/preprocessor.py b/preprocess/preprocessor.py index ad8b166..d8d951b 100644 --- a/preprocess/preprocessor.py +++ b/preprocess/preprocessor.py @@ -9,8 +9,6 @@ from utils.reconstruction import ReconstructionUtil from utils.data_load import DataLoadUtil from utils.pts import PtsUtil -# scan shoe 536 - def save_np_pts(path, pts: np.ndarray, file_type="txt"): if file_type == "txt": np.savetxt(path, pts)