CornellDataScience / sketchify

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

Fix ml #33

Closed DarrenKey closed 5 months ago

DarrenKey commented 5 months ago

Shoutout to Cody for fixing the outputs from edge_detection into edge_smoothing. Added a combined edge_detection function that takes in a byte array and a mode ("easy", "medium", "hard"), using TEED for medium and canny for easy and hard. Couldn't find hyperparameters to change for teed for now after combing through the source code, but I can take another look at the paper