Lav Sharma
Lav Sharma

Reputation: 339

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

android\app\src\main\java\org\tensorflow\lite\examples\detection\CameraActivity.java:53: 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.ImageUtils;
import org.tensorflow.lite.examples.detection.env.Logger;

Upvotes: 0

Views: 1196

Answers (1)

user11530462
user11530462

Reputation:

For the benefit of community providing solution here

The issue was not having the env folder. I downloaded the tensorflow code again from the tensorflow github repo and copy pasted the env folder and it is working perfectly fine now (paraphrased from Lav Sharma)

Upvotes: 1

Related Questions