CornellDataScience / sketchify

Turning images into coloring book pages with infinite resolution.
MIT License
2 stars 1 forks source link

SPIKE: Image segmentation #3

Open jasozh opened 4 months ago

jasozh commented 4 months ago

Task at Hand

  1. Do research on image segmentation. Your goal is to convert a color image into different segments. The idea is that suppose we have an image of a bear on top of a fishing boat. The user should be able to choose the entire image to turn into a sketch, or just the bear, or just the fishing boat. This is why we need image segmentation.
  2. Fill out the image segmentation header in the Design Document. Consider a multitude of alternatives, clearly explain why you chose the specific solution you considered, and outline a clear week-by-week timeline of how the deliverable will be completed. For example, how can we break down the task into smaller, bite-sized components?

Notes

ATU2119 commented 4 months ago

Completed instructions for this week's design document!