Questions tagged [art-aesthetics]

For questions related to aesthetics in the context of algorithmic output. Covers procedural generation for recreational or artistic purposes. Not limited to visual mediums.

Aesthetics (/ɛsˈθɛtɪks, iːs-/; also spelled esthetics) is a branch of philosophy that explores the nature of art, beauty, and taste, with the creation and appreciation of beauty.

SEE: Aesthetics (wiki)

3 questions
4
votes
1 answer

Aesthetics analysis with deep learning

I'm trying to score video scenes in terms of aesthetics and cinematography features. Basically, how "interesting" a scene or video frame can be for a viewer. Simpler, how attractive a scene is. My final goal is to tag intervals of video which can be…
3
votes
3 answers

Algorithm that creates new images based on other images

Are there any open sourced algorithms that can take a couple of images as an input and generate a new, similar image based on that input? Or are there any resources where I can learn to create such an algorithm?
Mark
  • 131
  • 1
  • 1
  • 4
1
vote
3 answers

Which photo is more artistic?

I would like to develop a machine learning algorithm, given two photos, that can decide which image is more "artistic". I am thinking about somehow combining two images, giving it to a CNN, and get an output 0 (the first image is better) or 1 (the…