Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfxmap_python
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
jfxmap_python
Commits
1f61685d
Commit
1f61685d
authored
Jan 27, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交保存bin文件时数据格式
parent
1bde9e0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
trans_and_export_data_multi.py
script/trans_and_export_data_multi.py
+1
-0
No files found.
script/trans_and_export_data_multi.py
View file @
1f61685d
...
...
@@ -517,6 +517,7 @@ def Save_Cloud_File(cloud,json):
drawpointcloud
+=
[
pcd_save
]
if
g_saveFileType
==
1
:
savefile
=
os
.
path
.
join
(
cloud
[
"path"
],
cloud
[
"pcdName"
])
cloud
[
"np_pcd"
]
=
cloud
[
"np_pcd"
]
.
astype
(
np
.
float32
)
cloud
[
"np_pcd"
]
.
tofile
(
savefile
)
jsn_pcd
[
"fileuri"
]
=
"5-3/pcd/"
+
cloud
[
"pcdName"
]
json
.
append
(
jsn_pcd
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment