niconielsen32 / ComputerVision

987 stars 596 forks source link

Removed AttributeError by updating changed Attribute Name #13

Open yatharth9 opened 2 years ago

yatharth9 commented 2 years ago

https://github.com/google/mediapipe/issues/2448 In Mediapipe, they have renamed FACE_CONNECTIONS to FACE_CONTOURS. This PR replaces the old Attribute Name with the new Attribute Name.

yatharth9 commented 2 years ago

@niconielsen32 Do take a look at this. They changed the api, and the code you currently have in the repo gives errors. This can fix that.