update
This commit is contained in:
parent
41eddda8d4
commit
d58c7980ed
@ -9,8 +9,6 @@ from utils.reconstruction import ReconstructionUtil
|
|||||||
from utils.data_load import DataLoadUtil
|
from utils.data_load import DataLoadUtil
|
||||||
from utils.pts import PtsUtil
|
from utils.pts import PtsUtil
|
||||||
|
|
||||||
# scan shoe 536
|
|
||||||
|
|
||||||
def save_np_pts(path, pts: np.ndarray, file_type="txt"):
|
def save_np_pts(path, pts: np.ndarray, file_type="txt"):
|
||||||
if file_type == "txt":
|
if file_type == "txt":
|
||||||
np.savetxt(path, pts)
|
np.savetxt(path, pts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user