ly0303521

Results 41 comments of ly0303521

找到问题了,问题出在加载向量模型bge-large-zh-v1.5,因为一开始我的服务器并没有下载这个模型,因为下载的时候需要翻墙,当使用知识库问答的时候,需要调用这个模型,当本地没有这个模型的时候,会调用网络api,但是这个需要翻墙

The detail is that, I want retrain object detection, than followd [https://developers.google.com/mediapipe/solutions/customization/object_detector](url), there are 4 architectures, so I choose MOBILENET_V2, then I get the model.tflite、model_int8_qat.tflite、model_fp16.tflite, When I replace ssdlite_object_detection.tflite by...

Now, I tried to replace "ssdlite_object_detection.tflite" with [EfficientDet-Lite0 (int8)](https://storage.googleapis.com/mediapipe-models/object_detector/efficientdet_lite0/int8/latest/efficientdet_lite0.tflite), but an error occured, if I want to use EfficientDet-Lite0 (int8), how to set the parameters. > Check failed: raw_box_tensor->dims->data[1] ==...

@kuaashish hello, SOS

@kuaashish It has been several weeks ...

#5308 more details in this issue I raised 1 month ago

@schmidt-sebastian the model in MediaPipe Studio is EfficientDet-lite0, the model in model maker are MOBILENET_V2 MOBILENET_V2_I320 MOBILENET_MULTI_AVG MOBILENET_MULTI_AVG_I384, I just test these four models, If I want to use model...

> Have you tried the model in MediaPipe Studio? > > https://mediapipe-studio.webapps.google.com/studio/demo/object_detector In "mediapipe/graphs/object_detection/object_detection_desktop_live.pbtxt" , I repalece "ssdlite_object_detection.tflite" with "efficientdet_lite0.tflite", error appeared: "Check failed: raw_box_tensor->dims->data[1] == num_boxes_ (19206 vs. 2034)",...

@likholat @allnes Could you please give a android project example that calling openvino C++ libraries ?

@allnes @alvoron > @ly0303521 you can try to use this sample: https://github.com/openvinotoolkit/openvino_contrib/tree/releases/2022/3/modules/arm_plugin/demos/coco_detection_android_demo This sample is quite old and not used often, so please expect some steps need to be polished...