Merve Noyan
commited on
Commit
•
96ab0e9
1
Parent(s):
4b6612f
added new model
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
README.md
CHANGED
@@ -16,4 +16,4 @@ We need to get the best prediction for every pixel.
|
|
16 |
![Mask](./mask.jpg)
|
17 |
This is still not readable. We have to convert this into different binary masks for each class and convert to a readable format by converting each mask into base64. You can find the full implementation in pipeline.py.
|
18 |
![Binary Mask](./binary_mask.jpg)
|
19 |
-
|
|
|
16 |
![Mask](./mask.jpg)
|
17 |
This is still not readable. We have to convert this into different binary masks for each class and convert to a readable format by converting each mask into base64. You can find the full implementation in pipeline.py.
|
18 |
![Binary Mask](./binary_mask.jpg)
|
19 |
+
Now that you know the expected output by the model, you can host your Keras segmentation models (and other semantic segmentation models) in the similar fashion. Try it yourself and host your models!
|