From d58c7980ede7ba56621d18452f87adcca048abbe Mon Sep 17 00:00:00 2001 From: hofee Date: Tue, 22 Oct 2024 16:40:33 +0800 Subject: [PATCH] update --- preprocess/preprocessor.py | 2 -- 1 file changed, 2 deletions(-) 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)