상세 컨텐츠

본문 제목

안드로이드 에러 error: package org.tensorflow.lite.examples.detection.env does not exist

프로그래밍/안드로이드

by 개발자입니다 2021. 5. 19. 19:29

본문

728x90
반응형

tensorflow lite 프로젝트를 타 컴퓨터로 옮겨 실행하려고 하니 아래와 같은 에러가 났다.

 

error: package org.tensorflow.lite.examples.detection.env does not exist

import org.tensorflow.lite.examples.detection.env.ImageUtils;

import org.tensorflow.lite.examples.detection.env.Logger;

 

구글링을 해보니 프로젝트 파일을 옮기면서 tensorflow lite 환경이 오류가 난 것 같아 본래 처음 데모파일의 env 파일을 다운 받아 프로젝트 env 파일을 지우고 복사 후 실행하니 오류 해결.

 

1. 데모 파일 다운 URL : https://github.com/tensorflow/examples

 

2. env 파일만 복사 후 프로젝트 파일 안 복사

 

env 파일 위치

C:\Users\examples-master\lite\codelabs\flower_classification\android\finish\app\

src\main\java\org\tensorflow\lite\examples\classification\env

 

 

자료 출처 : https://stackoverflow.com/questions/66990275/error-package-org-tensorflow-lite-examples-detection-env-does-not-exist

728x90
반응형

관련글 더보기

댓글 영역