Skip to content

Commit

Permalink
[Example] Move SOLOv2 jetson example -> cpp (#1600)
Browse files Browse the repository at this point in the history
* move solov2

* move solov2

---------

Co-authored-by: DefTruth <[email protected]>
  • Loading branch information
Zheng-Bicheng and DefTruth authored Mar 16, 2023
1 parent bf6caeb commit d14db26
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 302 deletions.
3 changes: 3 additions & 0 deletions examples/vision/detection/paddledetection/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ target_link_libraries(infer_tood_demo ${FASTDEPLOY_LIBS})

add_executable(infer_gfl_demo ${PROJECT_SOURCE_DIR}/infer_gfl.cc)
target_link_libraries(infer_gfl_demo ${FASTDEPLOY_LIBS})

add_executable(infer_solov2_demo ${PROJECT_SOURCE_DIR}/infer_solov2.cc)
target_link_libraries(infer_solov2_demo ${FASTDEPLOY_LIBS})
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ int main(int argc, char* argv[]) {
GpuInfer(argv[1], argv[2]);
}
return 0;
}
}
21 changes: 0 additions & 21 deletions examples/vision/detection/paddledetection/jetson/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions examples/vision/detection/paddledetection/jetson/README_CN.md

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions examples/vision/detection/paddledetection/jetson/cpp/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions examples/vision/detection/paddledetection/jetson/cpp/README_CN.md

This file was deleted.

96 changes: 0 additions & 96 deletions examples/vision/detection/paddledetection/jetson/python/README.md

This file was deleted.

This file was deleted.

0 comments on commit d14db26

Please sign in to comment.