Commit 8e23ce03 authored by oscar's avatar oscar

提交更新

parent 6544daab
......@@ -855,7 +855,7 @@ if __name__ == '__main__':
for _ind,cloud_i in enumerate(save_cloud_list):
for cloud in cloud_i:
if len(cloud["boxes"]) >=10:
Save_Cloud_File(cloud,save_json_list[_ind])
Save_Cloud_File(cloud,save_json_list[_ind],dir_g)
for t_idx in save_json_list:
for jsn in t_idx:
save_json["annotations"].append(jsn)
......
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