【转载】C# U2Net 油画肖像画 效果 模型信息 1234567891011121314151617181920212223Inputs-------------------------name:input_imagetensor:Float[1, 3, 512, 512]---------------------------------------------------------------Outputs--------- 2024-04-20 C#编程 #c# #onnx
【转载】C#版StableDiffusion:告别Python环境,简洁高效! 项目参考 12345stable-diffusion.cpp:Stable Diffusion in pure C/C++github地址:https://github.com/leejet/stable-diffusion.cppStableDiffusion.NET:C# Wrapper for StableDiffusion.cpp github地址:https://github.com/D 2024-04-20 C#编程 #c# #onnx
【转载】魔幻的C# Onnx技术:一键抠图,分割万物,让你的图片变得更有魔力! 效果 原项目 1https://github.com/facebookresearch/segment-anything The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoi 2024-04-20 C#编程 #c# #onnx
【转载】神奇的图像修复技术:C# LaMa Image Inpainting Demo,让你轻松移除万物! 效果 原项目 1LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022 项目核心就是使用big_lama_regular_inpaint.onnx模型+mask.jpg从test.jpg中将人移除,是不是很神奇。 模型信息 123456789101112 2024-04-20 C#编程 #c# #onnx
【转载】C# Onnx Yolov8 Detect:智能安全帽检测,保护工地安全 效果 模型信息 12345678910111213141516171819202122Model Properties-------------------------author:Ultralyticstask:detectlicense:AGPL-3.0 https://ultralytics.com/licenseversion:8.0.172stride:32batch:1imgsz:[ 2024-04-20 C#编程 #c# #onnx
【转载】C# Onnx C2PNet 图像去雾 室外场景 原项目地址 1https://github.com/YuZheng9/C2PNet [CVPR 2023] Curricular Contrastive Regularization for Physics-aware Single Image Dehazing 效果 模型信息 123456789101112131415Model Properties--------------------- 2024-04-20 C#编程 #c# #onnx
【转载】C# RAM Stable Diffusion 提示词反推 Onnx Demo 原项目地址: 1github地址:https://github.com/xinyu1205/recognize-anything Open-source and strong foundation image recognition models. 效果 模型信息 123456789101112131415Model Properties----------------------------- 2024-04-20 C#编程 #c# #onnx
泛微OA-E9 根据流程紧急程度发送短信提醒 本篇文章介绍泛微OA E9版本根据流程紧急程度发送短信提醒,如重要或者紧急的流程则发送短信提醒, 泛微默认短信提醒,是只要开启了,无论什么状态都会提醒 本方法,除了以上用法还可以, 把消息推送到第三方系统上 这里用到的是阿里云短信服务 一,在阿里云上添加短信模板,并提交审核12345678910111213141516模板:尊敬的${name},您收到了一条${s 2024-02-21 企业应用 #泛微OA
泛微E9 OA Ecode 拦截按钮API请求添加二开处理逻辑 本篇文章介绍泛微E9 OA Ecode 拦截按钮API请求添加二开处理逻辑 js代码如下拦截泛微E9OA的取消会议按钮操作,在取消时通过ajax调用接口发送二开请求逻辑。 12345678910111213141516171819202122232425ecodeSDK.rewriteApiParamsQueueSet({ fn: (url, method, params) => 2024-02-01 企业应用 #泛微OA
泛微E9 OA workflowservice创建流程 本篇文章介绍泛微E9 OA workflowservice创建流程 workflowservice创建流程代码如下12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 2024-02-01 企业应用 #泛微OA