initial commit
This commit is contained in:
commit
cd1e2756bc
39 changed files with 4163 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.6)
|
||||
project(ImageAiUtils)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(WEIGHT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/Weights)
|
||||
|
||||
add_subdirectory(SmartCrop)
|
||||
Loading…
Add table
Add a link
Reference in a new issue