This commit is contained in:
Glenn Jocher 2019-04-10 16:39:15 +02:00
parent a6a40e0592
commit f0b4f9f4fb
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class LoadWebcam: # for inference
img = np.ascontiguousarray(img, dtype=np.float32) # uint8 to float32 img = np.ascontiguousarray(img, dtype=np.float32) # uint8 to float32
img /= 255.0 # 0 - 255 to 0.0 - 1.0 img /= 255.0 # 0 - 255 to 0.0 - 1.0
return img_path, img, img0 return img_path, img, img0, None
def __len__(self): def __len__(self):
return 0 return 0