back / CatVTON /detectron2 /__init__.py
shenaosdfa's picture
Upload CatVTON full
0e9253f verified
Raw
History Blame Contribute Delete
258 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from .utils.env import setup_environment
setup_environment()
# This line will be programatically read/write by setup.py.
# Leave them at the bottom of this file and don't touch them.
__version__ = "0.6"