|
|
@@ -19,9 +19,9 @@ svo_list = sorted(svo_list)
|
|
19
|
19
|
|
|
20
|
20
|
for svo in svo_list:
|
|
21
|
21
|
if svo[-5] == '2':
|
|
22
|
|
- os.system('python3 /sources/depthsensing.py -c /sources/cfg.cfg -w /sources/mailsys.weights -m /sources/data.data -s ' + target_dir + svo + ' -o ' + target_dir + svo[:4] + '.csv')
|
|
|
22
|
+ os.system('python3 /sources/depthsensing.py -c /sources/cfg.cfg -w /sources/mailsys.weights -m /sources/data.data -s ' + target_dir + svo + ' -o ' + target_dir + svo[:5] + '.csv')
|
|
23
|
23
|
else:
|
|
24
|
|
- pass
|
|
|
24
|
+ continue
|
|
25
|
25
|
|
|
26
|
26
|
full_list = os.listdir(target_dir)
|
|
27
|
27
|
csv_2_list = [file for file in full_list if file.endswith("2.csv")]
|