Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
consequencesunintended authored Aug 18, 2023
1 parent cdac2bb commit 2e9014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 2e9014b

Please sign in to comment.