π’Data Setup
Initializing and Setting Up Your Data
Setup Your Data
setup = manot.setup(
data_provider= "data", # it must be "s3" or "local"
arguments={
"name": "setup_example",
"images_path": "/path/to/images",
"ground_truths_path": "/path/to/ground_truths",
"detections_path": "/path/to/detections",
"detections_metadata_format": "xyx2y2",
"classes_txt_path": "/path/to/classes.txt",
"task": 'detection'
}
)Example
Last updated