Skip to content

Commit

Permalink
Add new superpixel functionalites, improve display, add more hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Hryniewska committed Mar 30, 2022
1 parent 36601c6 commit 66f77fd
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 56 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ go to code/dashboard_LIMEcraft.ipynb\
choose venv in Kernel -> Change kernel
run the whole notebook\
type http://127.0.0.1:8001/ in the web browser
\
If you have problems with running code on GPU, put *os.environ['CUDA_VISIBLE_DEVICES'] = '-1'* after *import os* in code/dashboard_LIMEcraft.ipynb.

### How to test own model?

Expand All @@ -68,4 +70,4 @@ If you find our work useful, please cite our paper:
keywords = {Explainable AI, superpixels, LIME, image features, interactive User Interface},
howpublished = {\url{https://arxiv.org/abs/2111.08094}},
}
```
```
Loading

0 comments on commit 66f77fd

Please sign in to comment.