-
Model architecture and training files:
python road_map_construction.py --EPOCHS 50 --BATCH_SIZE 128
-
Sample notebook showing the generated roadmaps on validation data: Link
-
The directory
saved_models
contains the trained model checkpoints. -
The code for object detection is inside the directory
object_detection
.
- PyTorch
- Torchvision
- PyTorch Lightning - for simplifying the training, validation and testing interface.