lhmd commited on
Commit
1e76d3f
·
verified ·
1 Parent(s): 6a697f6

Update convert_dl3dv_train.py

Browse files
Files changed (1) hide show
  1. convert_dl3dv_train.py +1 -0
convert_dl3dv_train.py CHANGED
@@ -136,6 +136,7 @@ def is_image_shape_matched(image_dir, target_shape):
136
  if (h, w) == target_shape:
137
  return True
138
  else:
 
139
  return False
140
 
141
 
 
136
  if (h, w) == target_shape:
137
  return True
138
  else:
139
+ print("image shape: ", h, " ", w)
140
  return False
141
 
142