#283 · Primary category: Computer Vision
SimCLR
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
Project last updated:03/04/24
GitHub Stars
2.5K
Forks
495
Contributors
4
License
MIT
Why we included this project
SimCLR showed that a simple contrastive loss can learn strong visual features without any labels, and this repository makes that idea easy to pick apart. It trains an encoder on pairs of augmented views, then lets you freeze the result and check quality with a linear classifier, so you get a concrete read on how well the representations transfer. The code is compact and driven by a config file, which makes it pleasant to read and easy to point at your own dataset, and a Colab notebook covers the evaluation step end to end. The author's blog post walks through the architecture in more depth, which helps when you want to understand what the loss is actually doing. If you are new to self-supervised vision and want a focused, runnable reference rather than a big framework, this is a good place to start.
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)