@@ -94,10 +94,10 @@ def create_dataframe(data_path, tiles, years, common_labels=None):
9494 help = 'Maximum number of annotations per patch. Patches exceeding this limit, are dismissed' )
9595 parser .add_argument ('--data_path' , type = str , default = 'dataset/netcdf/' , required = False ,
9696 help = 'The path containing the data in netCDF format. Default "dataset/netcdf/".' )
97- parser .add_argument ('--data_ann' , type = str , default = 'dataset/patches /' , required = False ,
98- help = 'The path containing subfolders with the annotations files. Default "dataset/patches /".' )
99- parser .add_argument ('--coco_path' , type = str , default = 'dataset /' , required = False ,
100- help = 'The path to export the COCO files into. Default "dataset /"' )
97+ parser .add_argument ('--data_ann' , type = str , default = 'dataset/annotations /' , required = False ,
98+ help = 'The path containing subfolders with the annotations files. Default "dataset/annotations /".' )
99+ parser .add_argument ('--coco_path' , type = str , default = 'coco_files /' , required = False ,
100+ help = 'The path to export the COCO files into. Default "coco_files /"' )
101101 parser .add_argument ('--ratio' , nargs = '+' , default = ['60' , '20' , '20' ], required = False ,
102102 help = 'The train/val/test ratio. Default is 60/20/20.' )
103103 parser .add_argument ('--prefix' , type = str , default = None , required = False ,
0 commit comments