Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

NIMA: Neural IMage Assessment

License

NotificationsYou must be signed in to change notification settings

truskovskiyk/nima.pytorch

Repository files navigation

PyTorch implementation ofNeural IMage Assessment by Hossein Talebi and Peyman Milanfar. You can learn more fromthis post at Google Research Blog.

Installing

Docker

docker run -it truskovskiyk/nima:latest /bin/bash

PYPI package (In Progress)

pip install nima

VirtualEnv

git clone https://github.com/truskovskiyk/nima.pytorch.gitcd nima.pytorchvirtualenv -p python3.7 envsource ./env/bin/activate

Dataset

The model was trained on theAVA (Aesthetic Visual Analysis) datasetYou can get it fromhereHere are some examples of images with theire scoresresult1

Pre-train model (In Progress)

Deployment (In progress)

Usage

nima-cliUsage: cli.py [OPTIONS] COMMAND [ARGS]...Options:  --help  Show this message and exit.Commands:  get_image_score  Get image scores  prepare_dataset  Parse, clean and split dataset  run_web_api      Start serverfor model serving  train_model      Train model  validate_model   Validate model

Previous version of this project is still valid and works

you can find here

Contributing

Contributing are welcome

License

This project is licensed under the MIT License - see theLICENSE file for details

Acknowledgments

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp