#530 · Primary category: Computer Vision
Neural-IMage-Assessment
A PyTorch Implementation of Neural IMage Assessment
Project last updated:11/10/21
GitHub Stars
585
Forks
98
Contributors
3
License
MIT
Why we included this project
Teams that need to rank images by quality, not just detect what is in them, will find this a useful starting point. It is a PyTorch port of the NIMA paper, and instead of returning a single aesthetic score it predicts a distribution, so you can order images by expected quality and also see how confident the model is. That uncertainty signal is what makes it practical for deciding what to surface in a gallery or filter out of a feed. The repo includes training and inference scripts, an ImageNet-pretrained VGG-16 base, and pre-split AVA annotation files, so reproducing the pipeline or retraining on your own data takes little glue code. It is a research codebase rather than a maintained product, and the author is upfront that the learning rate needed adjusting and hyperparameters were not heavily tuned, which saves you the same trial and error.
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)