Power Grid Mapper
September 26, 2021 ยท View on GitHub
Download the dataset
Electric Transmission and Distribution Infrastructure Imagery Dataset
Environment Setup
conda env create -f environment.yml
Preprocess the data
- Make TFRecord for FasterRCNN
python data/make_patches - Make segmentation map for StackNet
python make_angle_map.py
Train the model
- FasterRCNN Please refer to TensorFlow Object Detection API
- StackNet
python train_stack.py