Update datasets.py
This commit is contained in:
parent
cec59f12c8
commit
f61fa7de2b
@ -17,7 +17,7 @@ from tqdm import tqdm
|
|||||||
from utils.utils import xyxy2xywh, xywh2xyxy
|
from utils.utils import xyxy2xywh, xywh2xyxy
|
||||||
|
|
||||||
help_url = 'https://github.com/ultralytics/yolov3/wiki/Train-Custom-Data'
|
help_url = 'https://github.com/ultralytics/yolov3/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…
x
Reference in New Issue
Block a user