Skip to content

Analytics-Everywhere-Lab/odexai

Repository files navigation

XAI Object Detection Review

References

Installation

  • Install cmake
sudo apt-get install cmake

or

pip install cmake
  • Install YOLOX
git clone https://github.com/Megvii-BaseDetection/YOLOX.git
cd YOLOX
pip install -U pip && pip install -r requirements.txt
pip install -v -e .
  • Install requirements
pip install -r requirements.txt

Notes

  • D-CLOSE outputs saliency maps for all predicted boxes from models (YOLOX, FasterRCNN)

About

Evaluation Framework of XAI Methods for Object Detection Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors