Publishing R4 (#41)

* Publishing R4
This commit is contained in:
Alexey Suhov
2018-11-23 16:19:43 +03:00
committed by openvino-pushbot
parent 54eab18036
commit 55a41d7570
5728 changed files with 94337 additions and 755031 deletions

View File

@@ -1,18 +1,7 @@
/*
// Copyright (c) 2018 Intel Corporation
// Copyright (C) 2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// SPDX-License-Identifier: Apache-2.0
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
*/
/**
* @brief The entry point for inference engine deconvolution sample application
@@ -73,7 +62,7 @@ int main(int argc, char *argv[]) {
/** This vector stores paths to the processed images **/
std::vector<std::string> imageNames;
parseImagesArguments(imageNames);
parseInputFilesArguments(imageNames);
if (imageNames.empty()) throw std::logic_error("No suitable images were found");
// -----------------------------------------------------------------------------------------------------