Commit c2bd2aab authored by oscar's avatar oscar

提交保存文件

parent aa27d692
......@@ -478,6 +478,8 @@ if __name__ == '__main__':
num = 1
for file_path,boxx in anno.items():
f1 = open('test1.txt', 'w')
f1.write('lat,lon,x,y,z,l,w,h,rot_y')
# print(file_path)
# print(boxx)
bbox_flag,bboxes = read_all_3d_bboxes(boxx, np.identity(4))
......
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