ChargedMonk/Social-Distancing-using-YOLOv5

'No images or videos found in %s. Supported formats are:\nimages: %s\nvideos: %s'

mannaandpoem opened this issue · 1 comments

assert self.nF > 0, 'No images or videos found in %s. Supported formats are:\nimages: %s\nvideos: %s' % \

AssertionError: No images or videos found in inference/videos/videofile.mp4. Supported formats are:images: ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.dng']
videos: ['.mov', '.avi', '.mp4', '.mpg', '.mpeg', '.m4v', '.wmv', '.mkv']
image

Please tell me how to solve it