pip install -r requirements.txt
Run the following commands from the src/
subdirectory.
# prediction error
python filters/evaluate.py
python unet/evaluate.py
# plot error boxes per KB filter error
python error_boxes.py
# plot contours
python contour.py
# WS error
python ws/evaluate.py
# detection error
python detector/evaluate.py
python ws/roc.py
# correlation
python correlation.py
# saliency maps
python saliency.py