File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ def writeRecordFile(split, dataset):
71
71
pass
72
72
annotationPath = '/' .join (tokens [:- 2 ]) + '/annotation_new/'
73
73
74
- info = global_gt ['info' ][batchIndex ]
75
- info [1 ] = info [5 ]
76
- info [3 ] = info [6 ]
77
- info [4 ] = info [16 ]
78
- info [5 ] = info [17 ]
79
- info [6 ] = info [18 ]
80
- info [7 ] = info [8 ] = info [9 ] = 0
81
- info = info [:10 ]
82
- if not os .path .exists (annotationPath + '/info.npy' ):
83
- np .save (annotationPath + '/info.npy' , info )
84
- pass
85
- continue
74
+ # info = global_gt['info'][batchIndex]
75
+ # info[1] = info[5]
76
+ # info[3] = info[6]
77
+ # info[4] = info[16]
78
+ # info[5] = info[17]
79
+ # info[6] = info[18]
80
+ # info[7] = info[8] = info[9] = 0
81
+ # info = info[:10]
82
+ # if not os.path.exists(annotationPath + '/info.npy'):
83
+ # np.save(annotationPath + '/info.npy', info)
84
+ # pass
85
+ # continue
86
86
87
87
if os .path .exists (annotationPath + tokens [- 1 ].replace ('color.jpg' , 'planes.npy' )):
88
88
continue
You can’t perform that action at this time.
0 commit comments