Skip to content

Commit

Permalink
add video thumbnail; revise example scenario
Browse files Browse the repository at this point in the history
remove "success" scenario
improve "failure" scenario
  • Loading branch information
polochau authored May 31, 2018
1 parent a11fae0 commit 81352f4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ Selected areas of an image can be removed in real time with classical computer v
The system also computes class activation maps for any selected class, which highlight the important semantic regions of an image the model uses for classification.
The system runs fully in browser using Tensorflow.js, React, and SqueezeNet. An advanced inpainting version is also available using a server running the PatchMatch algorithm from the [GIMP Resynthesizer plugin](https://github.com/bootchk/resynthesizer).

![Successful classification](success.png)
*The baseball player is correctly classified even when the ball, glove, and base are removed*

## Video Demo
[![YouTube video demo](readme/interactive-experimentation-youtube-thumbnail.jpg)](https://youtu.be/llub5GcOF6w)


## Example Usage Scenario: Interpreting "Failed" Classification

![Failed classification](failure.png)
*The dock is incorrectly classified when the masts of a sailboat are removed*
*"Dock" image incorrectly classified as "ocean liner" when the masts of a sailboat are removed.*

<!-- VIDEO LINK -->
<!--
![Successful classification](success.png)
*The baseball player is correctly classified even when the ball, glove, and base are removed*
-->

***


## Installation
Expand Down Expand Up @@ -57,7 +63,7 @@ The following steps are needed to set up PatchMatch inpainting:
*Demo, Conference on Computer Vision and Pattern Recognition (CVPR). June 18, 2018. Salt Lake City, USA.*

<!-- [Read the paper][paper]. -->
[Watch the video][video].
<!-- [Watch the video][video]. -->


## License
Expand All @@ -75,4 +81,4 @@ For questions or support [open an issue][issues].
[angel]: http://cabreraalex.com/ "Alex Cabrera"
[jason]: http://jlin.xyz/ "Jason Lin"
[polo]: http://www.cc.gatech.edu/~dchau/ "Polo Chau"
[issues]: https://github.com/poloclub/interactive-classification/issues "Issues"
[issues]: https://github.com/poloclub/interactive-classification/issues "Issues"

0 comments on commit 81352f4

Please sign in to comment.