mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-04 23:18:54 +00:00
This happend because the go routine did not capture the media variable, and so the it would change before the go routine could start and call the DetectFaces function.