This commit is contained in:
hofee 2024-10-22 16:40:33 +08:00
parent 41eddda8d4
commit d58c7980ed

View File

@ -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)