Skip to content

Commit

Permalink
Merge pull request #357 from oddkiva/maint-reorganize-trt-code
Browse files Browse the repository at this point in the history
MAINT: reorganize YOLO inference code.
  • Loading branch information
oddkiva authored Dec 11, 2023
2 parents a9c9dbf + 7b039ce commit 7828a47
Show file tree
Hide file tree
Showing 48 changed files with 643 additions and 568 deletions.
8 changes: 8 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,14 @@ def build_library_docker() -> None:
],
SARA_SOURCE_DIR,
)
execute(
[
"docker",
"push",
f"{SARA_DOCKER_IMAGE}",
],
SARA_SOURCE_DIR
)


def build_book():
Expand Down
1 change: 0 additions & 1 deletion cpp/drafts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ add_subdirectory(ChessboardDetection)
add_subdirectory(Calibration)
add_subdirectory(Compute)
add_subdirectory(MatchPropagation)
add_subdirectory(NeuralNetworks)
add_subdirectory(NuScenes)
add_subdirectory(Taskflow)

Expand Down
2 changes: 0 additions & 2 deletions cpp/drafts/NeuralNetworks/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions cpp/drafts/NeuralNetworks/Darknet/CMakeLists.txt

This file was deleted.

37 changes: 0 additions & 37 deletions cpp/drafts/NeuralNetworks/TensorRT/CMakeLists.txt

This file was deleted.

77 changes: 0 additions & 77 deletions cpp/drafts/NeuralNetworks/TensorRT/InferenceExecutor.cpp

This file was deleted.

Loading

0 comments on commit 7828a47

Please sign in to comment.