Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DASR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏博昱
DASR
Commits
b124f9f4
Commit
b124f9f4
authored
Jul 07, 2021
by
魏博昱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
af3bb7e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
18 deletions
+14
-18
README.md
README.md
+14
-18
No files found.
README.md
View file @
b124f9f4
# DASR
# DASR
## 1 项目背景
## 1 项目背景
程序需求描述
有的医院的C臂机年代久远,分辨率难以达到一般影响的标准(1024*1024),或者由于拍摄时的各种因素导致图像模糊。因此需要借助超分辨率的技术将其分辨率放大,从而使图像更加清晰。
## 2 实现功能
## 2 实现功能
实现原理描述
使用对比学习方法提取图像的衰退方法向量,使用该向量与原始低分辨率图像作为输入,得到高分辨率图像(分辨率*2)
## 3 环境
## 3 环境
### 3.1 开发环境
### 3.1 开发环境
<开发环境要求,如:Ubuntu18.0,Mysql5.6,Redis5,Python3.7.0~3.8.0>
windows10
python3.6
pytorch 1.1
cv2 4.5
### 3.2 运行环境
### 3.2 运行环境
<运行环境要求,如:Ubuntu18.0,Mysql5.6,Redis5,Python3.7.0~3.8.0>
windows10
python3.6
pytorch 1.1
cv2 4.5
## 4 接口说明
## 4 接口说明
### 4.1 外部接口
### 4.1 外部接口
<接口说明由于是交叉信息,需要共享给其他成员,所以可以放在<xxx>项目中,具体链接:<xxx>
输入:原始图像张量,格式[Batch, channel, hight, width]
输出:超分图像张量。格式[Batch, channel, hight, width]
### 4.2 内部接口
### 4.2 内部接口
...
@@ -29,19 +36,8 @@
...
@@ -29,19 +36,8 @@
## 5 安装说明
## 5 安装说明
<
下面是服务器
docker
部署为例,可以不按照下面的格式
>
### C++调用说明
调用例写于
`DASR.cpp`
### 5.1 DOCKER制作
```
镜像构建详情看Dockerfile文件
容器部署详情看docker-compose.yml文件
```
### 5.2 DOCKER部署命令
通过docker-compose来启动项目
sudo docker-compose up -d
## 6 许可证说明
## 6 许可证说明
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment