Initial commit

This commit is contained in:
2020-10-17 15:44:27 +02:00
commit 39e08c139e
15 changed files with 1095 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved.
# CMake lowest version requirement
cmake_minimum_required(VERSION 3.5.1)
# project information
project(sample-objectdetection)
add_subdirectory("./src")