mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-12-06 06:08:53 +08:00
20 lines
475 B
Markdown
20 lines
475 B
Markdown
|
# 超分辨(4倍)SDK
|
|||
|
提升图片4倍分辨率。
|
|||
|
|
|||
|
### SDK功能:
|
|||
|
- 单图片提升
|
|||
|
- 批量图片提升
|
|||
|
|
|||
|
## 运行例子 - SuperResolutionExample
|
|||
|
- 测试图片(左侧原图,右侧提升后效果)
|
|||
|
![img](https://djl-model.oss-cn-hongkong.aliyuncs.com/AIAS/super_resolution_sdk/stitch0.png)
|
|||
|
|
|||
|
运行成功后,命令行应该看到下面的信息:
|
|||
|
```text
|
|||
|
...
|
|||
|
[INFO ] - Images generated: 1
|
|||
|
```
|
|||
|
|
|||
|
### 帮助
|
|||
|
添加依赖库:lib/aias-super-resolution-lib-0.1.0.jar
|