Aksoylu / GoldenFace

An Image Processing Library About Calculating Face Golden Ratio, Facial Cosine Similarity and More
MIT License
32 stars 7 forks source link

Update __init__.py #3

Closed RimMhedhbi closed 1 year ago

RimMhedhbi commented 1 year ago

chnage landmarks to integer

RimMhedhbi commented 1 year ago

I have changed the landmarks as well as the facepoints to integer since with the new open CV version the function CV.line only accepts integer, Otherwise the package gives an error.

Aksoylu commented 1 year ago

Thank you for your commit !