ai.deploy.box
ai.deploy.box copied to clipboard
A toolbox for deep learning model deployment using C++ YoloX | YoloV7 | YoloV8 | Gan | OCR | MobileVit | Scrfd | MobileSAM | StableDiffusion
编译不通过
[ 92%] Linking CXX shared library libAiDB.so /usr/bin/ld: 找不到 -lMNN: 没有那个文件或目录 /usr/bin/ld: 找不到 -lonnxruntime: 没有那个文件或目录 /usr/bin/ld: 找不到 -lncnn: 没有那个文件或目录 collect2: error: ld returned 1 exit status make[2]: *** [source/CMakeFiles/AiDB.dir/build.make:821:source/libAiDB.so] 错误...
Thanks for all the hard work. The official Insightface [link](https://github.com/deepinsight/insightface/tree/master/detection/scrfd#pretrained-models) provides the SCRFD_10G_BNKPS PyTorch model for download. Could you please convert it and add it to the model list?
大佬你好 非常优秀的工作 我是从公众号上看到来这个repo的 感谢大佬无偿分享知识 在公众号中`optimum-cli export onnx —task stable-diffusion —model stable-diffusion-inpainting stable-diffusion-inpainting-onnx` 得到4个onnx模型 是我在c站上任意下载safetensors文件然后使用上述代码都可以得到四个组件的onnx文件吗 期待大佬回复