From b758b9c76ebe411a3e25dbeb9ccbb603365f991d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 18 Nov 2019 15:01:33 -0800 Subject: [PATCH] updates --- utils/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/datasets.py b/utils/datasets.py index 5f7e18b0..29857af5 100755 --- a/utils/datasets.py +++ b/utils/datasets.py @@ -16,7 +16,7 @@ from tqdm import tqdm from utils.utils import xyxy2xywh, xywh2xyxy -img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif'] +img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.dng'] vid_formats = ['.mov', '.avi', '.mp4'] # Get orientation exif tag