专栏名称: dotNET跨平台
专注于.NET Core的技术传播。在这里你可以谈微软.NET,Mono的跨平台开发技术。在这里可以让你的.NET项目有新的思路,不局限于微软的技术栈,横跨Windows,Linux 主流平台
今天看啥  ›  专栏  ›  dotNET跨平台

C# CvDnn部署CoupledTPS实现旋转图像矫正

dotNET跨平台  · 公众号  ·  · 2024-07-10 07:40
    

文章预览

介绍 TPAMI2024 - Semi-Supervised Coupled Thin-Plate Spline Model for Rotation Correction and Beyond github地址: https://github.com/nie-lang/CoupledTPS 代码实现参考: https://github.com/hpc203/CoupledTPS-opencv-dnn 效果 模型信息 feature_extractor.onnx Model Properties ------------------------- --------------------------------------------------------------- Inputs ------------------------- name:input tensor:Float[1, 3, 384, 512] --------------------------------------------------------------- Outputs ------------------------- name:feature tensor:Float[1, 256, 24, 32] --------------------------------------------------------------- regressnet.onnx Model Properties ------------------------- --------------------------------------------------------------- Inputs ------------------------- name:feature tensor:Float[1, 256, 24, 32] --------------------------------------------------------------- Outputs ------------------------- name:mesh_motion tensor:Fl ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览