From dc8cfd1ebc4eb7b67b1a5f69c46298c55805cae7 Mon Sep 17 00:00:00 2001 From: lmj01 Date: Wed, 13 Sep 2023 17:33:21 +0800 Subject: [PATCH] update --- ai/model.md | 7 +++++++ articles/2023/daily.md | 12 ++++++++++++ gimp/ImageProcessing.md | 16 ++++++++++++++++ index/article.md | 1 + index/computerScience.md | 3 +++ index/online.md | 2 ++ 6 files changed, 41 insertions(+) create mode 100644 ai/model.md diff --git a/ai/model.md b/ai/model.md new file mode 100644 index 0000000..10569bf --- /dev/null +++ b/ai/model.md @@ -0,0 +1,7 @@ +# 模型 + +## [DSD(Dense-Sparse-Dense)](https://arxiv.org/pdf/1607.04381.pdf) + +- [模型数据下载](https://songhan.github.io/DSD/) + +如何通过改进训练过程提高传统模型的准确率 \ No newline at end of file diff --git a/articles/2023/daily.md b/articles/2023/daily.md index 7627e79..0b7db4e 100644 --- a/articles/2023/daily.md +++ b/articles/2023/daily.md @@ -1,3 +1,15 @@ +## 2023-9-8 + +被拉去谈一个项目,要用小程序实现,分析了一下视频文件 + +图片对比,就是两张图片,上下两张图片的展示区域,控制显示条 + +2023-9-13 + +按上面的要求,计划一个四周的工作量来实现这个小程序,参考视频中的原型 + +交互的与图像渲染可能使用[fabricJS](http://fabricjs.com/)库来实现,其他首页的内容很像 + ## 2023-7-19 后台Java使用分布式ID,**雪花算法SnowFlake**,生成的是一个非常大的整数,在前端是没法直接使用这个数的,超出Number表示的精度范围 diff --git a/gimp/ImageProcessing.md b/gimp/ImageProcessing.md index ab833a8..7ae3160 100644 --- a/gimp/ImageProcessing.md +++ b/gimp/ImageProcessing.md @@ -126,6 +126,22 @@ img.onload = ()=>{ ``` +## [Resampling Methods](https://www.microimages.com/documentation/TechGuides/77resampling.pdf) + +在Fourier analysis for signal processing的观念下,一切都是采样的频率问题 + +- [image scaling](https://renderpool.net/blog/image-scaling/) + - Nearest-neighbor Interpolation + - Bilinear and Bicubic Interpolation + - Box Sampling +- [Testing Interpolator Quality](https://www.panotools.org/dersch/interpolator/interpolator.html) +- [Lanczos Filtering in One And Two Dimensions](https://icess.eri.ucsb.edu/gem/Duchon_1979_JAM_Lanczos.pdf) +- [What is the idea behind scaling an image using Lanczos?](https://stackoverflow.com/questions/1854146/what-is-the-idea-behind-scaling-an-image-using-lanczos) +- [What is Lanczos resampling useful for in a spatial context?](https://gis.stackexchange.com/questions/10931/what-is-lanczos-resampling-useful-for-in-a-spatial-context) +- [js Lanczos resampling](https://ytiurin.github.io/downscale/) +- [Lanczos resampling](https://handwiki.org/wiki/Lanczos_resampling) + + ## 参考 - [数字图像处理系列](https://zhuanlan.zhihu.com/digital-image-processing) \ No newline at end of file diff --git a/index/article.md b/index/article.md index 82461e3..105f035 100644 --- a/index/article.md +++ b/index/article.md @@ -37,5 +37,6 @@ - [three, ctm](https://alteredqualia.com/three/examples/webgl_loader_ctm_materials.html) - [Bezier.js, for doing Bezier curve things](https://pomax.github.io/bezierjs/) - [github](https://github.com/Pomax/bezierjs) + - [N阶贝塞尔曲线生成器](https://github.com/Aaaaaaaty/bezierMaker.js) ### [openmesh](https://www.graphics.rwth-aachen.de/software/openmesh/) \ No newline at end of file diff --git a/index/computerScience.md b/index/computerScience.md index 5a53b4f..1a852f6 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -101,6 +101,9 @@ - [Web notes](../web/index.md) +## AI +- [模型](../ai/model.md) + ## 其他 - [计算机专业学习路线](https://hackway.org/docs/cs/intro) diff --git a/index/online.md b/index/online.md index 89b1e81..35760eb 100644 --- a/index/online.md +++ b/index/online.md @@ -32,5 +32,7 @@ ## 工具 +### 文档 +- [HandWiki is a wiki encyclopedia for collaborative editing of articles on computing, science, technology and general knowledge](https://handwiki.org/wiki/Start) ### 在线工具 - [在线计算器及工具](https://www.rapidtables.org/zh-CN/) \ No newline at end of file