mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
7 lines
143 B
Python
7 lines
143 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
import os
|
|
|
|
CACHE_DIR = os.path.expanduser('~/.cache/easycv/')
|
|
|
|
MAX_READ_IMAGE_TRY_TIMES = 10
|