Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hackassin
GitHub Repository: hackassin/learnopencv
Path: blob/master/FaceMaskOverlay/lib/config/__init__.py
3443 views
1
# ------------------------------------------------------------------------------
2
# Copyright (c) Microsoft
3
# Licensed under the MIT License.
4
# Written by Tianheng Cheng([email protected])
5
# ------------------------------------------------------------------------------
6
7
8
from .defaults import _C as config
9
from .defaults import update_config
10
11
12
13