Skip to content

Renoir is project whose goal is artstyle recognition.

Notifications You must be signed in to change notification settings

youngyoung2345/Renoir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

🎨 Renoir

Renoir is a project aimed at recognizing the styles of digital artwork. It originated as an assignment for the 'Introduction to Software Convergence' course at Kyunghee University's Department of Software Convergence.

Why do we need a model that can recognize style of digital artwork?

Downplaying the issue of 'copying' is not something artists take lightly. There are actual cases where illustrators have suffered financially because their artistic style was mimicked.

Generative AI creates new data based on datasets used in its training. It can be seen as generating new data by copying existing ones. Therefore, it is nearly impossible for creators to view generative art AI positively.

As a result, we concluded that a program capable of verifying whether generative art AI has learned a specific artistic style is needed. However, Project Renoir initially focuses on enabling artificial intelligence to recognize artistic styles.

Renoir 1.0

  • Backbone : VGG16
  • Cost function : Binary Cross Entropy

Renoir 2.0

  • Backbone : Inception
  • Cost function : Binary Cross Entropy
  • Sadly, a code of Renoir 2.0 doesn't exist.

Renoir 3.0

Renoir 3.0 Accuracy Graph

First Graph

  • It includes training accuracy and test accuracy during epochs 1 to 22.

Second Graph

  • It includes training accuracy and test accuracy during epochs 21 to 28.

if you want to read more information, visit my webpage. Please note that the posts on my webpage are written in Korean.

link : https://carpal-money-c50.notion.site/Renoir-362407490c6b403681048c471e52226f?pvs=4

Maybe I will create a GUI for Renoir soon...

About

Renoir is project whose goal is artstyle recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages