Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomofi
/
NDLOCR
like
2
Build error
App
Files
Files
Community
a666167
NDLOCR
/
src
/
ndl_layout
/
mmdetection
/
mmdet
/
utils
/
__init__.py
3v324v23
Add files
c9019cd
over 2 years ago
raw
Copy download link
history
blame
Safe
119 Bytes
from
.collect_env
import
collect_env
from
.logger
import
get_root_logger
__all__ = [
'get_root_logger'
,
'collect_env'
]