esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is pigo.Pigo thread-safe?

dcu opened this issue · comments

can I share it between go routines?

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