Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Im
Overview
Overview
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
王肇一
Im
Commits
9d28ff9b
Commit
9d28ff9b
authored
5 years ago
by
王肇一
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.4
parent
1cab996a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+10
-2
No files found.
README.md
View file @
9d28ff9b
...
@@ -20,6 +20,13 @@
...
@@ -20,6 +20,13 @@
│ └── processed images
│ └── processed images
└── other codes
└── other codes
```
```
## 交互逻辑
1.
将要处理的图,直接按文件夹分开放到imgs路径下
2.
运行第一阶段
3.
根据分图结果,删除质量较差图片
4.
运行第二阶段
5.
查看结果
## 主程序入口
## 主程序入口
### 参数
### 参数
*
-m ,--method : 0 使用Kmeans,1 使用阈值法(butterworth滤波),2 使用阈值法(fft),3 使用unet。默认Kmeans
*
-m ,--method : 0 使用Kmeans,1 使用阈值法(butterworth滤波),2 使用阈值法(fft),3 使用unet。默认Kmeans
...
@@ -72,4 +79,5 @@ optional arguments:
...
@@ -72,4 +79,5 @@ optional arguments:
|:---:|:---|
|:---:|:---|
|v0.1|实现了Kmeans、阈值法两种分割方法,提供命令行工具|
|v0.1|实现了Kmeans、阈值法两种分割方法,提供命令行工具|
|v0.2|1.更新了滤波算法
<br>
2.修改了一些小bug
<br>
3.对部分函数进行解耦|
|v0.2|1.更新了滤波算法
<br>
2.修改了一些小bug
<br>
3.对部分函数进行解耦|
|v0.3|1.训练了Unet模型
<br>
2.增加了部分命令行工具
<br>
4.重新设计目录结构|
|v0.3|1.训练了Unet模型
<br>
2.增加了部分命令行工具
<br>
4.重新设计目录结构|
\ No newline at end of file
|v0.4|更新了mask计算方法,避免将信号计算为背景|
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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