ParisNeo / FaceAnalyzer

A python library for face detection and features extraction based on mediapipe library
MIT License
42 stars 11 forks source link

How do I cite your excellent work in my paper? #6

Open desti-nation opened 1 year ago

desti-nation commented 1 year ago

I am doing blink detection work and want to cite your package. May I know how do I cite your excellent work in my paper?

ParisNeo commented 1 year ago

Hi, and thank you for using Face Analyzer. I didn't publish a paper about this work as it is a library I've built on my spare time aiming to help those who need to do face processing (face recognition, face angle estimation etc). But it heavily relyes on Google's Mediapipe library and I think you can cite them since most of the important hard stuff is handled by this library. My work is a layer on top of that.

But if you want, just put a link to the github page.

desti-nation commented 1 year ago

Hi, and thank you for using Face Analyzer. I didn't publish a paper about this work as it is a library I've built on my spare time aiming to help those who need to do face processing (face recognition, face angle estimation etc). But it heavily relyes on Google's Mediapipe library and I think you can cite them since most of the important hard stuff is handled by this library. My work is a layer on top of that.

But if you want, just put a link to the github page.

Thank you very much!