File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This tutorial depends on the following libraries:
44
44
45
45
* Tensorflow
46
46
* Keras >= 1.0
47
- * libtiff
47
+ * libtiff(optional)
48
48
49
49
Also, this code should be compatible with Python versions 2.7-3.5.
50
50
@@ -73,6 +73,14 @@ availabel in this [repository](https://github.com/cxcxcxcx/imgwarp-opencv).
73
73
After this script finishes, in ``` imgs_mask_test.npy ``` masks for corresponding images in ``` imgs_test.npy ```
74
74
should be generated. I suggest you examine these masks for getting further insight of your model's performance.
75
75
76
+ ### Results
77
+
78
+ Use the trained model to do segmentation on test images, the result is statisfactory.
79
+
80
+ ![ img/0test.png] ( img/0test.png )
81
+
82
+ ![ img/0label.png] ( img/0label.png )
83
+
76
84
77
85
## About Keras
78
86
You can’t perform that action at this time.
0 commit comments