Skip to content

mgarbade/spatialAnticipationNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spatialAnticipationNetwork

Requirements

Training:

Evaluation:

Quick Start

  • Prepare Cityscapes dataset: Convert background label 255 to 19
  • Download models and place them inside the 'spatialAnticipationNetwork'-root folder.
  • Adapt the paths in train.py
  • Train the model using python train.py
  • Adapt the paths in eval.py
  • Predict labels on the validation set python eval.py
  • Compute IoU and F1-scores by using ./matlab/evaluateAllResults.m after adapting paths

Acknowledgement

The tensorflow code in this repository was written by modifying a duplicate of DrSleep's-deeplab-tensorflow project. The Matlab evaluation scripts were written by modifying Liang-Chieh Chen's deeplab-public-ver2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published