摘要:
UniRestore: Unified Perceptual and Task-Oriented Image Restoration Model Using Diffusion Prior 发表于2025cvpr HYPIR: Harnessing Diffusion-Yielded Score P 阅读全文
摘要:
bug1:The given version [11] is not supported, only version 1 to 7 is supported in this build. 应该是加载了C:\Windows\System32\onnxruntime.dll里的这个文件,因为我之前使用的 阅读全文
摘要:
简单记录一下关于SDF绘制矩形的公式推导,因为我们在iq的SDF代码中,给的直接是最后的推导结果,对它是怎么得来的,还是有点困惑。 //这是利用sdf绘制矩形 float sdBox( in vec2 p, in vec2 b ) { vec2 d = abs(p)-b; return length 阅读全文