-
My team is building an infrastructure library which will be used by console/other libraries/ASP.NET Core/Azure Functions projects.
We desperately need to extract information from the current active…
-
Subscribe to this issue and stay notified about new [daily trending repos in C++](https://github.com/trending/c%2B%2B?since=daily).
-
Hello, I am just curious, I have adapted test.py to do realtime inference on webcam, as well as the *exact* same modifications to https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix, and set it to…
-
# 平台(如果交叉编译请再附上交叉编译目标平台):
# Platform(Include target platform as well if cross-compiling):
# Github版本:
# Github Version:
latest
# 编译方式:
# Compiling Method
```
option(MNN_USE_SYSTE…
-
HI,
While using the tensorflow api,
input_details = interpreter.get_input_details()
output_details = interpreter.get_output_details()
interpreter.set_tensor(input_details[0]['index'], np.array(…
-
Thanks to open source code and outstanding contributions. I would like to ask how to deploy yolact in actual production with C++. I want to convert a .pth model file into a .pt model file. Could you g…
-
**MNN: 2.9.3**
**API: C++**
I encountered problem that Slicing op does not respect data layout for models converted from Caffe framework (NC4HW4).
Here is simple Caffe prototxt
```
layer {
ty…
-
Hello David,
A post-training-int-quantized tflite tiny yolo3 model is giving me an error "Input tensor has type kTLiteFloat32: it requires specifying NormalizationOptions metadata to preprocess input…
-
# 平台(如果交叉编译请再附上交叉编译目标平台):
Linux
# Github版本:
参考文档 https://mnn-docs.readthedocs.io/en/latest/tools/convert.html#id4
验证 testMNNFromOnnx.py
# 编译方式:
1)魔搭下载Qwen-1_8B-Chat 模型文件
2)使用如下脚本生成 o…
-
试图将Llama-3.2-3B转成mnn,运行
python3 llmexport.py --path Llama-3.2-3B-Instruct/ --export mnn --quant_bit 4 --quant_block 128,
,但是遇到如下问题:
💥 Failed load pretrained model
Error while deserializing header…