Update datasets.py (#454)
This commit is contained in:
parent
b569ed6d6b
commit
1e95337f3a
|
|
@ -17,7 +17,7 @@ from tqdm import tqdm
|
||||||
from utils.utils import xyxy2xywh, xywh2xyxy, torch_distributed_zero_first
|
from utils.utils import xyxy2xywh, xywh2xyxy, torch_distributed_zero_first
|
||||||
|
|
||||||
help_url = 'https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data'
|
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']
|
vid_formats = ['.mov', '.avi', '.mp4', '.mpg', '.mpeg', '.m4v', '.wmv', '.mkv']
|
||||||
|
|
||||||
# Get orientation exif tag
|
# Get orientation exif tag
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue