|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
// Copyright (C) 2019-2021 Intel Corporation
|
|
|
|
|
// Copyright (C) 2019-2022 Intel Corporation
|
|
|
|
|
//
|
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ const DEFAULT_PROJECT_SUBSETS = ['Train', 'Test', 'Validation'];
|
|
|
|
|
const INTEL_TERMS_OF_USE_URL = 'https://www.intel.com/content/www/us/en/legal/terms-of-use.html';
|
|
|
|
|
const INTEL_COOKIES_URL = 'https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html';
|
|
|
|
|
const INTEL_PRIVACY_URL = 'https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html';
|
|
|
|
|
const OPENVINO_URL = 'https://docs.openvino.ai';
|
|
|
|
|
const OPENVINO_URL = 'https://docs.openvino.ai/latest/index.html';
|
|
|
|
|
const DEFAULT_AWS_S3_REGIONS: string[][] = [
|
|
|
|
|
['us-east-1', 'US East (N. Virginia)'],
|
|
|
|
|
['us-east-2', 'US East (Ohio)'],
|
|
|
|
|
|