freefer
freefer
private SKBitmap MatToSkBitmap(Mat mat) { int width = mat.Cols; int height = mat.Rows; int bytesPerRow = mat.Cols * 3; // 3 bytes per pixel for BGR // Create SKBitmap with...
### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### RAGFlow workspace code commit ID 1160b58b ### RAGFlow image version v0.16.0...
### Description model https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct-GGUF/blob/main/qwen2.5-coder-7b-instruct-q5_k_m.gguf Generate using GPU source code Run the source code example LLama KernelMemory. cs for Examples. ### Reproduction Steps [llama 1]: ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no [llama 1]: ggml_cuda_init:...
[[[接口调用]]] [2025/11/09 20:55:06.0143] [线程:128] URL:https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi Post Data: {"payer":{"openid":"o5EIH7BgduxxxVarPC_xxxxx"},"appid":"xxxxxx","mchid":"xxxxx","description":"购买羽绒 (棉) 大衣-普洗x1,羽绒 (棉) 服 (短)-普洗x2,羊毛 (绒) 衫-普洗x1 使用会员折扣:1.00 优惠卷:0...","out_trade_no":"G4834714282447212","time_expire":"2025-11-09T21:55:06+08:00","notify_url":"https://xxxxxx.com/api/wechatpaynotify","support_fapiao":false,"amount":{"total":25200,"currency":"CNY"}} [[[BaseException]]] [2025/11/09 20:55:06.1444] [线程:126] BaseException Message:Error converting value 135 to type 'System.String[]'. Path...
**简明描述** 使用1279*1706分辨率人脸图无法检测到人脸数据 **重现步骤** //无法检测人脸信息 infos0.length==0 ,可以将图片大小设置更显分辨率才能检测 using var faceImage0 = SKBitmap.Decode(imagePath).ToFaceImage(); using FaceDetector faceDetector = new FaceDetector(); FaceInfo[] infos0 = faceDetector.Detect(faceImage0); //使用SixLabors.ImageSharp 可以检测到 var bitmap=SixLabors.ImageSharp.Image.Load(imagePath); var pixelBytes = new byte[bitmap.Width...