Skip to content

Commit

Permalink
Update datasets.py (ultralytics#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
pritul2 committed Jul 20, 2020
1 parent 38d9997 commit f4c2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from utils.utils import xyxy2xywh, xywh2xyxy, torch_distributed_zero_first

help_url = 'https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data'
img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.dng']
img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.tiff','.dng']
vid_formats = ['.mov', '.avi', '.mp4', '.mpg', '.mpeg', '.m4v', '.wmv', '.mkv']

# Get orientation exif tag
Expand Down

0 comments on commit f4c2b17

Please sign in to comment.