The data zip file contains 4 subfolders corresponding different regions. California, Illinois, North Dakota, Nebraska. Each subfolder has two subfolders one for Aerial images (Aer), another for Digital Eelevation Model (DEM).
conda create --name culvert python=3.9
activate culvert # Windows
conda activate culvert # Linux
git clone https://github.com/SHUs-Lab/SHDA23YL.git
cd SHDA23YL
- Unzip ClippedSample_5Areas.zip
- Run DataRead.py
- Run VICalculation.py
step0.merge_data.ipynb is for merging the datasets and labels from 4 different regions.
step1.NNI.ipynb is for NNI trying different model configurations with ResNet.
step2.nn-Meter.ipynb is for latency prediction using nn-Meter.
step3.pareto_front.ipynb is for Pareto front analysis with three objectives.
- Maximize accuracy
- Minimize latency
- Minimize model size