12 2019 档案

摘要:python代码实现地址 1 IQA/VQA(image quality assessment/video quality assessment) 1.FR(全参考,Full Reference) 2.RR(半参考,Reduced Reference) 3.NR(无参考,No Reference/B 阅读全文
posted @ 2019-12-24 11:34 阿夏z 阅读(5033) 评论(0) 推荐(0)
摘要:1.首先官网上下载libtorch,放到当前项目下 2.将pytorch训练好的模型使用torch.jit.trace导出为.pt格式 torchscript加载.pt模型 CMakeLists.txt编译 运行 阅读全文
posted @ 2019-12-04 10:34 阿夏z 阅读(4146) 评论(1) 推荐(0)