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
0fa52f5f
Commit
0fa52f5f
authored
Feb 09, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
5f0f4ad1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
trans_and_export_data_multi_auto.py
script/trans_and_export_data_multi_auto.py
+2
-2
No files found.
script/trans_and_export_data_multi_auto.py
View file @
0fa52f5f
...
...
@@ -800,7 +800,7 @@ if __name__ == '__main__':
plane_list
=
glob
.
glob
(
os
.
path
.
join
(
base_dir_path
,
"*.json"
))
if
len
(
plane_list
)
<=
0
:
continue
plane_json
=
"plane.json"
generate_dir_path
=
os
.
path
.
join
(
generate_root_path
,
dir_g
)
if
os
.
path
.
exists
(
generate_dir_path
)
==
False
:
os
.
mkdir
(
generate_dir_path
)
...
...
@@ -836,7 +836,7 @@ if __name__ == '__main__':
# seg,m = ground_segmentation(data=cropped_cropped[:,:3])
# m = [ 1.11119401e-03, -8.66741252e-04, 1.60358817e-01, 9.87057781e-01]
jsn_file
=
os
.
path
.
join
(
base_dir_path
,
plane_
list
[
0
]
)
jsn_file
=
os
.
path
.
join
(
base_dir_path
,
plane_
json
)
m
=
[]
with
open
(
jsn_file
,
'r'
,
encoding
=
'utf-8'
,
errors
=
'ignore'
)
as
fp
:
m
=
json
.
load
(
fp
)
...
...
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