Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttxskk
/
AiOS
like
20
Sleeping
App
Files
Files
Community
1
6a8b994
AiOS
/
detrsmpl
/
utils
/
logger.py
ttxskk
update
d7e58f0
about 1 month ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
logging
from
mmcv.utils
import
get_logger
def
get_root_logger
(
log_file=
None
, log_level=logging.INFO
):
return
get_logger(
'mmhuman3d'
, log_file, log_level)