codezoned / PyFry

Deep fry images using OpenCV and Python in an instant
12 stars 8 forks source link

update #2

Open islamshahil opened 5 years ago

islamshahil commented 5 years ago

Take test image using camera

ionicc commented 5 years ago

Thanks for the contribution, But try to make these changes: ->The addition of taking a picture from the webcam is great but it shouldn't replace the original test.jpg Instead make an argparse and ask the user if they want a picture from the webcam or a raw picture from a directory. ->The path to the shape predictor file should be relative as otherwise it will fail in other systems.

Have fun 😄