An open API service indexing awesome lists of open source software.

https://github.com/poloclub/detector-detective

DetectorDetective: Investigating the Effects of Adversarial Examples on Object Detectors
https://github.com/poloclub/detector-detective

explainable-ai faster-rcnn object-detection saliency-map

Last synced: 4 months ago
JSON representation

DetectorDetective: Investigating the Effects of Adversarial Examples on Object Detectors

Awesome Lists containing this project

README

          

# DetectorDetective
DetectorDetective, an interactive visual tool that aims to help users better understand the behaviors of a model as adversarial images journey through an object detector.

# Live Demo
https://www.youtube.com/watch?v=5C3Klh87CZI

# Running Code
The DetectorDetective.ipynb consists of codes to generate all the visualizations needed. Make sure to give an appropriate path name in the file to download the visualizations.
Datasets folder should have the same structure as shown here

streamlit run streamlit_visualization.py

The above command with addresses pointing to the saved image directory should be enough to open the app locally.