Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Sep 13, 2023
1 parent 05de0a7 commit dc8cfd1
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ai/model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 模型

## [DSD(Dense-Sparse-Dense)](https://arxiv.org/pdf/1607.04381.pdf)

- [模型数据下载](https://songhan.github.io/DSD/)

如何通过改进训练过程提高传统模型的准确率
12 changes: 12 additions & 0 deletions articles/2023/daily.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2023-9-8

被拉去谈一个项目,要用小程序实现,分析了一下视频文件

图片对比,就是两张图片,上下两张图片的展示区域,控制显示条

2023-9-13

按上面的要求,计划一个四周的工作量来实现这个小程序,参考视频中的原型

交互的与图像渲染可能使用[fabricJS](http://fabricjs.com/)库来实现,其他首页的内容很像

## 2023-7-19

后台Java使用分布式ID,**雪花算法SnowFlake**,生成的是一个非常大的整数,在前端是没法直接使用这个数的,超出Number表示的精度范围
Expand Down
16 changes: 16 additions & 0 deletions gimp/ImageProcessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions index/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
3 changes: 3 additions & 0 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@

- [Web notes](../web/index.md)

## AI
- [模型](../ai/model.md)

## 其他

- [计算机专业学习路线](https://hackway.org/docs/cs/intro)
Expand Down
2 changes: 2 additions & 0 deletions index/online.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit dc8cfd1

Please sign in to comment.