Update utils/model_handler.py
Browse files- utils/model_handler.py +1 -1
utils/model_handler.py
CHANGED
|
@@ -185,7 +185,7 @@ class ModelHandler:
|
|
| 185 |
try:
|
| 186 |
# Procesar imagen pero mantener en formato que permita agrupaci贸n
|
| 187 |
|
| 188 |
-
cv2.imwrite(r"img_test/"+str(index)+".jpg", frame)
|
| 189 |
index= index+1
|
| 190 |
processed_input = preprocess_image_exactly_like_pytorch(frame)
|
| 191 |
batch_inputs.append(processed_input)
|
|
|
|
| 185 |
try:
|
| 186 |
# Procesar imagen pero mantener en formato que permita agrupaci贸n
|
| 187 |
|
| 188 |
+
#cv2.imwrite(r"img_test/"+str(index)+".jpg", frame)
|
| 189 |
index= index+1
|
| 190 |
processed_input = preprocess_image_exactly_like_pytorch(frame)
|
| 191 |
batch_inputs.append(processed_input)
|