IDM-VTON
update IDM-VTON Demo
938e515
raw
history blame
No virus
232 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from enum import Enum
class DatasetType(Enum):
"""
Dataset type, mostly used for datasets that contain data to bootstrap models on
"""
VIDEO_LIST = "video_list"