From 2e9014bf604a47fc80f602986ee6a51e3803f75c Mon Sep 17 00:00:00 2001 From: Alex Nasa <44167267+consequencesunintended@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:42:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa0863..a536c1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Role of Chromatic Stimuli in Modulating Perceptual Inpainting within the Visual Cortex -We employ a third party [pre-trained facial segmentation](https://github.com/zllrunning/face-parsing.PyTorch) model to integrate grids of varying sizes. These grids distinctly colour the face and the background using only red and blue hues. By doing so, we aim to investigate how these chromatic stimuli, in conjunction with spatial elements like grid size, influence the brain's capacity for perceptual inpainting +We employ a third party [pre-trained facial segmentation](https://github.com/zllrunning/face-parsing.PyTorch) model to integrate grids of varying sizes. These grids distinctly colour the face and the background using only red [0,0,175] and blue [255,0,0] hues. By doing so, we aim to investigate how these chromatic stimuli, in conjunction with spatial elements like grid size, influence the brain's capacity for perceptual inpainting What presents itself as a colourisation model is in fact an overlay on a segmentation model that draws diagonal red and blue lines on the relevant image. This allows the visual cortex to inpaint the associated colours. To exaggerate the effects, the model changes the grid size every 2 frames, iterating through 100, 50, 25, and 10 grid sizes.