Compare commits
2 Commits
41eddda8d4
...
cd56d9ea58
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cd56d9ea58 | ||
![]() |
d58c7980ed |
@ -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 `view_generate_config.yaml` file, under the `runner-generate` section, run:
|
||||
1. In the terminal, run:
|
||||
```
|
||||
ptb ui
|
||||
```
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user