esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.37k stars 309 forks source link

is pigo.Pigo thread-safe? #45

Closed dcu closed 3 years ago

dcu commented 3 years ago

can I share it between go routines?

esimov commented 3 years ago

Pigo by itself does not uses goroutines, this means, that you are the responsible to make it thread safety.