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
78456348
Commit
78456348
authored
Jan 28, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修改
parent
19217ddf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
trans_and_export_data_multi.py
script/trans_and_export_data_multi.py
+4
-3
No files found.
script/trans_and_export_data_multi.py
View file @
78456348
...
...
@@ -565,8 +565,9 @@ def Check_Add_Cloud_box(save_cloud,bbox,pcd,pcdName,path,index):
save_cloud
[
0
][
"isSave"
]
=
1
elif
index
==
1
and
len
(
save_cloud
)
>=
100
:
save_cloud
[
0
][
"isSave"
]
=
1
max_cloud_list_num
=
200
if
add_idx
==
-
1
:
if
len
(
save_cloud
)
<
60
:
if
len
(
save_cloud
)
<
max_cloud_list_num
:
new_cloud
=
{}
new_cloud
[
"np_pcd"
]
=
np
.
array
(
pcd
.
points
)
new_cloud
[
"boxes"
]
=
[]
...
...
@@ -576,10 +577,10 @@ def Check_Add_Cloud_box(save_cloud,bbox,pcd,pcdName,path,index):
save_cloud
.
append
(
new_cloud
)
add_idx
=
len
(
save_cloud
)
-
1
;
else
:
print
(
" save_cloud is too big >
100"
)
print
(
" save_cloud is too big >
"
,
max_cloud_list_num
)
return
add_idx
Thread_NUM
=
3
Thread_NUM
=
10
threads
=
[]
threadID
=
1
...
...
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