An open API service indexing awesome lists of open source software.

https://github.com/isaaccorley/deep-aesthetics-pytorch

PyTorch implementation of "Photo Aesthetics Ranking Network with Attributes and Content Adaptation" by Kong et al. (ECCV 2016)
https://github.com/isaaccorley/deep-aesthetics-pytorch

artificial-intelligence computer-vision deep-learning image-quality-assessment

Last synced: 24 days ago
JSON representation

PyTorch implementation of "Photo Aesthetics Ranking Network with Attributes and Content Adaptation" by Kong et al. (ECCV 2016)

Awesome Lists containing this project

README

          

# deep-aesthetics-pytorch
PyTorch implementation of ["Photo Aesthetics Ranking Network with Attributes and Content Adaptation" by Kong et al. (ECCV 2016)](https://arxiv.org/abs/1606.01621)

### Dataset

Download the [AADB](https://www.ics.uci.edu/~skong2/aesthetics.html) dataset.
```bash
bash scripts/download_aadb.sh
```

### Install Dependencies
```bash
pip install -r requirements.txt
```