Skip to content

Commit 81b5022

Browse files
authored
Update xml_process.py
1 parent ac6b6c6 commit 81b5022

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

xml_process.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -467,14 +467,5 @@ def gen_dataset_ship_dataset(source_path):
467467

468468

469469
if __name__ == '__main__':
470-
# gen_dataset_ssdd(xml_path=r'F:\dataset_se\SSDD\Annotations',
471-
# source_img_path=r'F:\dataset_se\SSDD\JPEGImages',
472-
# save_img_path=r'F:\dataset_se\SSDD\crop_img')
473-
# gen_dataset_hrsc2016(xml_path=r'C:\files\HRSC2016\HRSC2016\FullDataSet\Annotations',
474-
# source_img_path=r'C:\files\HRSC2016\HRSC2016',
475-
# save_img_path=r'C:\files\HRSC2016')
476-
# rename_and_save_opensarship(source_path=r'C:\files\OpenSARShip_total',
477-
# save_path=r'C:\files\OpenSARShip')
478-
gen_dataset_ship_dataset(source_path=r'C:\files\game-of-deep-learning-ship-datasets')
479-
pass
470+
pass
480471

0 commit comments

Comments
 (0)