Chanjoo Lee
Chanjoo Lee
I changed some byte data type to float type. and it worked well!
@aashutoshrathi https://github.com/COSE471/COSE471_android/blob/master/app/src/main/java/com/example/android/alarmapp/tflite/TensorFlowImageClassifier.java I think this is not real solution, but it worked well(maybe...?) ```java @Override public List recognizeImage(Bitmap bitmap) { ByteBuffer byteBuffer = convertBitmapToByteBuffer(bitmap); float[][] result = new float[1][labelList.size()]; long...
did you actually uploaded .pb file into your asset folder?
고마워. 작년 이맘때 즈음 서울의 날씨는 어땠니?
Sorry for the late reply😭 Did you check the root path of the image and txt folder? There can be some errors on destination path as I uploaded this code...
@SiYeon-Kwon > Then, does that mean that the Xml file is stored in the root of the image folder and the txt folder? For now, yes. I can't say exactly...
same to me