pritul dave
commited on
Commit
•
1e95337
1
Parent(s):
b569ed6
Update datasets.py (#454)
Browse files- utils/datasets.py +1 -1
utils/datasets.py
CHANGED
@@ -17,7 +17,7 @@ from tqdm import tqdm
|
|
17 |
from utils.utils import xyxy2xywh, xywh2xyxy, torch_distributed_zero_first
|
18 |
|
19 |
help_url = 'https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data'
|
20 |
-
img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.dng']
|
21 |
vid_formats = ['.mov', '.avi', '.mp4', '.mpg', '.mpeg', '.m4v', '.wmv', '.mkv']
|
22 |
|
23 |
# Get orientation exif tag
|
|
|
17 |
from utils.utils import xyxy2xywh, xywh2xyxy, torch_distributed_zero_first
|
18 |
|
19 |
help_url = 'https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data'
|
20 |
+
img_formats = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.tiff','.dng']
|
21 |
vid_formats = ['.mov', '.avi', '.mp4', '.mpg', '.mpeg', '.m4v', '.wmv', '.mkv']
|
22 |
|
23 |
# Get orientation exif tag
|