Update convert_dl3dv_train.py
Browse files- 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 |
|