Commit 8ae15a70 authored by oscar's avatar oscar

提交修改

parent 24db6b51
...@@ -465,7 +465,7 @@ g_showCloud = 0 #0不显示,1显示 ...@@ -465,7 +465,7 @@ g_showCloud = 0 #0不显示,1显示
g_pcd_info = {} g_pcd_info = {}
g_no_save_count = 0 g_no_save_count = 0
g_save_count = 0 g_save_count = 0
MAX_SAVE_FILE_NUM = 1000 MAX_SAVE_FILE_NUM = 10000
g_thread_lock = threading.Lock() g_thread_lock = threading.Lock()
g_map_lock = threading.Lock() g_map_lock = threading.Lock()
...@@ -580,7 +580,7 @@ def Check_Add_Cloud_box(save_cloud,bbox,pcd,pcdName,path,index): ...@@ -580,7 +580,7 @@ def Check_Add_Cloud_box(save_cloud,bbox,pcd,pcdName,path,index):
print(" save_cloud is too big > ",max_cloud_list_num) print(" save_cloud is too big > ",max_cloud_list_num)
return add_idx return add_idx
Thread_NUM = 10 Thread_NUM = 5
threads = [] threads = []
threadID = 1 threadID = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment