Skip to content

Commit ae06deb

Browse files
committed
Remove the C++ code and refine Python code.
1 parent fe073d1 commit ae06deb

File tree

6 files changed

+208
-635
lines changed

6 files changed

+208
-635
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ option(WITH_SWIG_PY "Compile PaddlePaddle with py PaddlePaddle prediction api" $
4343
option(ON_TRAVIS "Running test on travis-ci or not." OFF)
4444
option(ON_COVERALLS "Generating code coverage data on coveralls or not." OFF)
4545
option(COVERALLS_UPLOAD "Uploading the generated coveralls json." ON)
46-
option(USE_OPENCV "Compile PaddlePaddle with opencv" OFF)
4746

4847
if(NOT CMAKE_BUILD_TYPE)
4948
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
@@ -196,7 +195,3 @@ if(WITH_DOC)
196195
add_subdirectory(doc)
197196
add_subdirectory(doc_cn)
198197
endif()
199-
200-
if(USE_OPENCV)
201-
add_subdirectory(plugin/opencv)
202-
endif()

plugin/opencv/CMakeLists.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

plugin/opencv/DataTransformer.cpp

Lines changed: 0 additions & 181 deletions
This file was deleted.

plugin/opencv/DataTransformer.h

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)