【问题描述】
直接使用uni.getLocation获取经纬度不准确,有几百米的偏移。 【解决办法】
加偏移量 //加偏移
let x longitude
let y latitude
let x_pi (3.14159265358979324 * 3000.0) / 180.0
let z Math.sqrt(x * x y * y) 0.00002 * Math.sin(y * x_pi)…
关于老照片修复~~~~~上图为运行腾讯ARC的模型之后的效果图
其使用的模型,GFP-GAN,Towards Real-World Blind Face Restoration with Generative Facial Prior,理解记录如下:
Abstract:
In this work, we propose GFP-GAN that …