Compare commits
No commits in common. "cd56d9ea58042c792bdeb637fdd4e549226d163b" and "41eddda8d469f03f8acdee1dfb79902410d29e0a" have entirely different histories.
cd56d9ea58
...
41eddda8d4
@ -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:
|
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
|
ptb ui
|
||||||
```
|
```
|
||||||
|
@ -9,6 +9,8 @@ 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