This commit is contained in:
Glenn Jocher 2019-11-18 15:01:33 -08:00
parent 2ba1a4c9cc
commit b758b9c76e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from tqdm import tqdm
from utils.utils import xyxy2xywh, xywh2xyxy 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'] vid_formats = ['.mov', '.avi', '.mp4']
# Get orientation exif tag # Get orientation exif tag