save code
This commit is contained in:
@@ -62,11 +62,6 @@ class FaceLandmarkerHelper(
|
||||
return faceLandmarker == null
|
||||
}
|
||||
|
||||
// Initialize the Face landmarker using current settings on the
|
||||
// thread that is using it. CPU can be used with Landmarker
|
||||
// that are created on the main thread and used on a background thread, but
|
||||
// the GPU delegate needs to be used on the thread that initialized the
|
||||
// Landmarker
|
||||
fun setupFaceLandmarker() {
|
||||
// Set general face landmarker options
|
||||
val baseOptionBuilder = BaseOptions.builder()
|
||||
|
||||
Reference in New Issue
Block a user