1
Fork 0
photoview/api/scanner/face_detection
viktorstrate a14b12b8d4
Fix bug where DetectFaces would be called with the wrong media.
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.
2021-03-16 22:27:27 +01:00
..
face_detector.go Fix bug where DetectFaces would be called with the wrong media. 2021-03-16 22:27:27 +01:00