vahidrezanezhad commited on
Commit
e337e1f
·
verified ·
1 Parent(s): 9a3ade1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def do_prediction(img):
16
  img_width_model=model.layers[len(model.layers)-1].output_shape[2]
17
  n_classes=model.layers[len(model.layers)-1].output_shape[3]
18
 
19
- prnt(img_height_model, img_width_model, n_classes,'didi')
20
 
21
  kernel = np.ones((5,5),np.uint8)
22
  margin = int(0.1 * img_width_model)
 
16
  img_width_model=model.layers[len(model.layers)-1].output_shape[2]
17
  n_classes=model.layers[len(model.layers)-1].output_shape[3]
18
 
19
+ print(img_height_model, img_width_model, n_classes,'didi')
20
 
21
  kernel = np.ones((5,5),np.uint8)
22
  margin = int(0.1 * img_width_model)