Demo | Colab Link |
---|---|
GradCAM Visualization | |
Naive Zero-shot Detection | |
Smarter Zero-shot Detection | |
Captcha Solver |
If you find this playground useful, consider citing it:
@software{zakka2021clipplayground,
author = {Zakka, Kevin},
month = {7},
title = {{A Playground for CLIP-like Models}},
url = {https://github.com/kevinzakka/clip_playground},
version = {0.0.1},
year = {2021}
}
- Better plotting for reCAPTCHA.
- Allow multiple captions in detection query, colon separated.
- Allow the user to resize an image during selective search.
- Tuned the rejection parameters of selective search.
- Minor bugfix in naive patch detector.