Reboot2004 commited on
Commit
774bc32
·
verified ·
1 Parent(s): 2c9203a

Update preprocessing_pipeline.py

Browse files
Files changed (1) hide show
  1. preprocessing_pipeline.py +1 -1
preprocessing_pipeline.py CHANGED
@@ -2,7 +2,7 @@ import cv2
2
  import numpy as np
3
  import os
4
 
5
- image_height=224
6
  image_width=224
7
 
8
 
 
2
  import numpy as np
3
  import os
4
 
5
+ image_height=224
6
  image_width=224
7
 
8