nestauk / asf_floorplan_interpreter

Modelling to interpret floor plan images to extract or infer information about a property's layout.
MIT License
0 stars 0 forks source link

Use s3 tools in batch step #8

Open lizgzil opened 11 months ago

lizgzil commented 11 months ago

In train_yolo.py we currently use os.system( f"aws s3 sync s3://asf-floorplan-interpreter/{self.yolo_file_path}/ datasets/{self.yolo_file_path}" ) etc to syn data.

We could try to use the less-hacky s3 tools https://docs.metaflow.org/api/S3