Spaces:
Runtime error
Runtime error
MeetMeAt92
commited on
Commit
•
a3de142
1
Parent(s):
03df13f
Rename model.h5 to model.py
Browse files- model.h5 → model.py +2 -1
model.h5 → model.py
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import cv2
|
3 |
import random
|
4 |
import numpy as np
|
@@ -186,6 +186,7 @@ def up_sampling_module(input_tensor):
|
|
186 |
|
187 |
|
188 |
# MRB Block
|
|
|
189 |
def multi_scale_residual_block(input_tensor, channels):
|
190 |
# features
|
191 |
level1 = input_tensor
|
|
|
1 |
+
#use this to make and train a MIRnet model
|
2 |
import cv2
|
3 |
import random
|
4 |
import numpy as np
|
|
|
186 |
|
187 |
|
188 |
# MRB Block
|
189 |
+
|
190 |
def multi_scale_residual_block(input_tensor, channels):
|
191 |
# features
|
192 |
level1 = input_tensor
|