Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_tracking
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
jfx_tracking
Commits
c725af13
Commit
c725af13
authored
Jul 04, 2023
by
haoshuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update CMakeLists.txt for byd hardware and software env
parent
8d31377c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+3
-3
src
src
+1
-1
No files found.
CMakeLists.txt
View file @
c725af13
...
...
@@ -38,7 +38,7 @@ file(GLOB_RECURSE COMMON_SRC_LIST
#add_subdirectory(yolov5)
#add_subdirectory(track)
## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options
(
-std=c++1
1
)
add_compile_options
(
-std=c++1
4
)
find_package
(
OpenCV REQUIRED
)
find_package
(
yaml-cpp REQUIRED
)
...
...
@@ -151,7 +151,7 @@ option(CUDA_USE_STATIC_CUDA_RUNTIME OFF)
find_package
(
CUDA REQUIRED
)
include_directories
(
/usr/local/cuda/include
)
link_directories
(
/usr/local/cuda/lib64
)
set
(
CUDA_NVCC_PLAGS
${
CUDA_NVCC_PLAGS
}
;-std=c++1
1
;-g;-G;-gencode;arch=compute_75;code=sm_75
)
set
(
CUDA_NVCC_PLAGS
${
CUDA_NVCC_PLAGS
}
;-std=c++1
4
;-g;-G;-gencode;arch=compute_75;code=sm_75
)
include_directories
(
${
PROJECT_SOURCE_DIR
}
/src/BaseTracker/kf_gpu
)
cuda_add_library
(
kf_cuda SHARED
src/BaseTracker/kf_gpu/bev_overlap_online.cu
...
...
@@ -162,7 +162,7 @@ endif()
include_directories
(
/usr/include/pcl-1.
8
/usr/include/pcl-1.
10
/usr/local/include
src
src/tracker
...
...
src
@
c3adc831
Subproject commit
e2395e5ec9dcfea8b05c384de89d6c60093e1e30
Subproject commit
c3adc83161b8a39f66d165ab718b032cd423a6ac
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment