up log
This commit is contained in:
@ -191,7 +191,7 @@ class LoadImages: # for inference
|
||||
# cv2.imshow("mask", img0)
|
||||
# cv2.waitKey(0)
|
||||
assert img0 is not None, 'Image Not Found ' + path
|
||||
print(f'image {self.count}/{self.nf} {path}: ', end='')
|
||||
# print(f'image {self.count}/{self.nf} {path}: ', end='')
|
||||
|
||||
# Padded resize
|
||||
img = letterbox(img0, self.img_size, stride=self.stride)[0]
|
||||
|
Reference in New Issue
Block a user