@@ -18,7 +18,7 @@ from utils.utils import xyxy2xywh, xywh2xyxy | |||
help_url = 'https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data' | |||
img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.dng'] | |||
vid_formats = ['.mov', '.avi', '.mp4'] | |||
vid_formats = ['.mov', '.avi', '.mp4', '.mpg'] | |||
# Get orientation exif tag | |||
for orientation in ExifTags.TAGS.keys(): |