GithubHelp home page GithubHelp logo

liuguoyou / will-people-like-your-image Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cgtuebingen/will-people-like-your-image

0.0 3.0 0.0 172.02 MB

Image Aesthetics Estimation (WACV18)

License: GNU Lesser General Public License v3.0

Python 100.00%

will-people-like-your-image's Introduction

Will People like Your Image?

TensorFlow implementation of estimating image aesthetics

Will people like your image
Katharina Schwarz Patrick Wieschollek, Hendrik P.A. Lensch
WACV 2018

Training

The original model was trained on an out-dated TensorFlow training interface. Here, we provide a multi-GPU training script based on TensorPack. For more details, see the training directory.

Video Spotting

We provide an example to do video spotting. The steps are:

user@host $ VIDEO=original.mp4
user@host $ avconv -i original.mp4 -s 256x256 -strict -2 echo ${VIDEO%.mp4}-small.mp4  # resize the video to match the network input
user@host $ python apply.py --mp4 ${VIDEO%.mp4}-small.mp4 # apply our neural network
user@host $ python gui.py # use the GUI to display the video and the scores

Click Load Video and select the original high-res video.

Training Data

The file arod/list.txt provides the url to images used during training. The format is url;faves;views.

will-people-like-your-image's People

Contributors

patwie avatar veronikakohler avatar

Watchers

James Cloos avatar 刘国友 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.