added missing lincense headers
This commit is contained in:
Родитель
edeb67a23f
Коммит
bf2722f902
|
@ -1,3 +1,6 @@
|
|||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
from utils_cv.common.misc import copy_files, set_random_seed
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
from pathlib import Path
|
||||
import matplotlib.pyplot as plt
|
||||
from utils_cv.common.plot import line_graph, show_ims
|
||||
|
|
Загрузка…
Ссылка в новой задаче