Skip to content

dieuroi/SimAesthetics

Repository files navigation

SimAesthetics

This is a simple ongoing image aesthetic assessment task.

Thanks to the coworker: Kun Xiong. We also thank all the advisers!

Installing

git clone https://github.com/dieuroi/SimAesthetics.git
cd SimAesthetics
virtualenv -p python3.8 env
source ./env/bin/activate

Dataset

The model was trained on the AVA (Aesthetic Visual Analysis) dataset. You can get it from here. The meta data can be found from here.

Models for this task

  • NIMA: NIMA: Neural Image Assessment.
  • MLSP: Effective Aesthetics Prediction with Multi-Level Spatially Pooled Features.

Pre-trained model (In Progress)

Usage

Usage: 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
  train_model      Train model
  validate_model   Validate model

Contributing

Contributing are welcome

License

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

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages