xwm

Results 1 comments of xwm

然后我在 Constants类打了个log public static String getFaceShapeModelPath() { File sdcard = Environment.getExternalStorageDirectory(); String targetPath = sdcard.getAbsolutePath() + File.separator + "shape_predictor_68_face_landmarks.dat"; Log.d(TAG, targetPath); return targetPath; } 运行的时候输出的路径是 D/Constants: /storage/emulated/0/shape_predictor_68_face_landmarks.dat 然后我将文件shape_predictor_68_face_landmarks.dat放在这个路径下,还是不起作用