mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-17 14:25:07 +02:00
added .m2ts support
This commit is contained in:
parent
7ec46c4732
commit
08c5222cb9
|
|
@ -6,7 +6,7 @@ import pandas as pd
|
|||
from torchvision.datasets import ImageNet
|
||||
|
||||
IMG_EXTENSIONS = (".jpg", ".jpeg", ".png", ".ppm", ".bmp", ".pgm", ".tif", ".tiff", ".webp")
|
||||
VID_EXTENSIONS = (".mp4", ".avi", ".mov", ".mkv")
|
||||
VID_EXTENSIONS = (".mp4", ".avi", ".mov", ".mkv", ".m2ts")
|
||||
|
||||
|
||||
def scan_recursively(root):
|
||||
|
|
|
|||
Loading…
Reference in a new issue