python: 3.12
pip install -r requriements.txtroot/
├── notebooks/
│ ├── Road_Classification/
│ │ └──config
│ │ └──notebooks
│ │ └── scripts
│ │ └── src
│ │ └── requirements
│ │ └── README.md
│ │
│ └── Roof_Material_Segmentation/
│ │ └──notebooks
│ │ └── scripts
│ │ └── src
│ │ └── requirements
│ │ └── run_pipeline.py
│ │ └──config.yaml
│ │ └── README.md
│
├── .gitignore
├── README.md