Compare commits

..

No commits in common. "cd56d9ea58042c792bdeb637fdd4e549226d163b" and "41eddda8d469f03f8acdee1dfb79902410d29e0a" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,7 @@ There are two ways to render the dataset:
If you want to visually monitor the rendering progress and machine resource usage:
1. In the terminal, run:
1. In the `view_generate_config.yaml` file, under the `runner-generate` section, run:
```
ptb ui
```

View File

@ -9,6 +9,8 @@ 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)