Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate Layout Semantics (measure) #54

Closed
4 tasks done
sergiomrebelo opened this issue Jul 24, 2023 · 1 comment · Fixed by #58
Closed
4 tasks done

Evaluate Layout Semantics (measure) #54

sergiomrebelo opened this issue Jul 24, 2023 · 1 comment · Fixed by #58
Assignees
Labels
core core features

Comments

@sergiomrebelo
Copy link
Owner

sergiomrebelo commented Jul 24, 2023

This issue focuses on developing semantic layout measures building upon the analysis conducted in the first module of the project. It will prioritise the visibility of the most important parts of the content, considering font size, font weight, font style, and colour. It is a core part of the project, being aligned with all users' stories.

To-Do List:

  • Semantic Layout Measure: Develop a metric to evaluate whether the most important parts of a text (the ones which have more relation identified) are valued in layout.
  • Semantic Visual Emphasis Measure: Create a metric to assess whether the typography features (font, weight and vertical motion) of posters where aligned with the emotional analysis of the content, considering that the most important parts of the content must be the emphasis. Include a typography crime mode, which enables penalty designs with too much emphasis.
  • Further development of Semantic Visuals Measure  #57
  • Develop mode evaluation test for each metric (using jest).
@sergiomrebelo sergiomrebelo changed the title Method to Evaluate Layout Semantics: Building upon the analysis conducted in the first module of the project, this method will evaluate the layout semantics of the poster design. It will prioritise the visibility of the most important parts of the content, considering font size, font weight, font style, and color. Evaluate Layout Semantics (measure) Jul 24, 2023
@sergiomrebelo sergiomrebelo added this to the Evaluation Module milestone Jul 24, 2023
@sergiomrebelo sergiomrebelo added the core core features label Jul 24, 2023
@sergiomrebelo sergiomrebelo self-assigned this Jul 24, 2023
sergiomrebelo added a commit that referenced this issue Jul 25, 2023
sergiomrebelo added a commit that referenced this issue Jul 25, 2023
sergiomrebelo added a commit that referenced this issue Jul 25, 2023
sergiomrebelo added a commit that referenced this issue Aug 9, 2023
@sergiomrebelo
Copy link
Owner Author

The semantic measures have been successfully developed and tested. Although we initially considered this an enhancement, we have chosen to create a lighter version of the Semantic Visuals Measure. This version allows users to define a set of color and typographic relationships between the layout's semantics and the visuals through a specific configuration file. While the version is currently in a preliminary stage of development, it justifies the computation required in the input module to facilitate the user's application of an ML approach. Furthermore, this aligns with our prior work on the topic. You create a new issue to further improvement of this measure (#see issue #57)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core core features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant