#229 · Primary category: Computer Vision
Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
Project last updated:07/21/26
GitHub Stars
529
Forks
65
Contributors
2
License
MIT
Why we included this project
This repository is the reference implementation behind a widely cited result in computer vision: ImageNet-trained CNNs rely far more on texture than on shape, and steering them toward shape makes them more accurate and robust. If you are training a vision model and want to know whether it is actually recognizing object geometry instead of matching local patterns, the code here gives you a direct way to find out. It builds Stylized-ImageNet by transferring paintings onto ImageNet images, which heavily distorts local textures while leaving global shapes largely intact, so you can run your network on the stylized set and see whether it still identifies the object. The setup expects you to supply both the ImageNet images and the painter-by-numbers style set, so it suits researchers and engineers who already work with those resources. If you want a lighter path, the README points to the bethgelab model-vs-human toolbox, which packages stylized data, human comparison data, and turnkey PyTorch/TensorFlow evaluation.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)