Home
last modified time | relevance | path

Searched refs:mInferenceWrapper (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DCameraPreviewActivity.java70 private InferenceWrapper mInferenceWrapper; field in CameraPreviewActivity
129 mInferenceWrapper = new InferenceWrapper(); in onCreate()
373mInferenceWrapper.initModel(CAMERA_PREVIEW_HEIGHT, CAMERA_PREVIEW_WIDTH, INPUT_CHANNEL, paramPath);
393 InferenceResult.OutputBuffer outputs = mInferenceWrapper.run(buffer.mImage);
415 mInferenceWrapper.deinit();
539 …rrayList<InferenceResult.Recognition> recognitions = mInferenceResult.getResult(mInferenceWrapper); in showTrackSelectResults()
H A DInferenceResult.java58 public synchronized ArrayList<Recognition> getResult(InferenceWrapper mInferenceWrapper) { in getResult() argument
62 recognitions = mInferenceWrapper.postProcess(mOutputBuffer); in getResult()