microsoft / vision-explanation-methods

Methods for creating saliency maps for computer vision models.
https://vision-explanation-methods.readthedocs.io/en/latest/
MIT License
39 stars 13 forks source link

Adding Example Notebook For Error Labeling Matrix #40

Closed natalie-isak closed 1 year ago

natalie-isak commented 1 year ago

This PR shows how the error matrix of labels might be used. Here's an example of a correct prediction:

image

Here's an example of an extra detection that was not anticipated:

image
codecov-commenter commented 1 year ago

Codecov Report

Merging #40 (0c7046d) into main (4729ac4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   80.85%   80.85%           
=======================================
  Files           7        7           
  Lines         350      350           
=======================================
  Hits          283      283           
  Misses         67       67           
Flag Coverage Δ
unittests 80.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

imatiach-msft commented 1 year ago

remove notebook outputs please

imatiach-msft commented 1 year ago

it might be better to create a notebooks folder and move this sample notebook there?

imatiach-msft commented 1 year ago

oh wait we do have a notebooks folder - why not move this example there then?