We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6b6c6 commit 81b5022Copy full SHA for 81b5022
xml_process.py
@@ -467,14 +467,5 @@ def gen_dataset_ship_dataset(source_path):
467
468
469
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
+ pass
480
0 commit comments