diff --git a/main.py b/main.py
index 7f231277c38fc616707f6ab8e38c892bfe730404..a55906366c30da900e8800befe975f998c013c3d 100644
--- a/main.py
+++ b/main.py
@@ -93,6 +93,7 @@ def eval_batch(eval_net, img_lst, crop_size=513, flip=True):
     batch_img = np.zeros((4, 3, crop_size, crop_size), dtype=np.float32)
     resize_hw = []
     for l in range(batch_size):
+        print(img_lst)
         img_ = img_lst[l]
         print(img_)
         img_, resize_h, resize_w = pre_process(img_, crop_size)