Skip to content

Commit

Permalink
Build on later cuda version and correct path of models
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhao1 committed Dec 10, 2024
1 parent ece2a40 commit 374cfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions d2frontend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ target_link_libraries(loop_cnn
nvinfer_plugin
nvonnxparser
tensorrt_utils
cudart
)

target_include_directories(loop_cnn PUBLIC
Expand Down
4 changes: 2 additions & 2 deletions d2vins/launch/quadcam.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<arg name="send_img" default="false"/>
<arg name="send_whole_img_desc" default="false"/>
<arg name="self_id" default="1"/>
<arg name="superpoint_model_path" default="$(find d2frontend)/../models/superpoint_v1_dyn_size.onnx"/>
<arg name="netvlad_model_path" default="$(find d2frontend)/../models/mobilenetvlad_dyn_size.onnx" />
<arg name="superpoint_model_path" default="$(find d2frontend)/../models/superpoint_series/superpoint_v1_dyn_size.onnx"/>
<arg name="netvlad_model_path" default="$(find d2frontend)/../models/netvlad_series/mobilenetvlad_dyn_size.onnx" />
<arg name="superglue_model_path" default="$(find d2frontend)/../models/superglue.onnx" />
<arg name="config" default="$(find d2vins)/../config/quadcam/quadcam_single.yaml" />
<arg name="config_depth" default="$(find d2vins)/../config/quadcam/quadcam_single.yaml" />
Expand Down

0 comments on commit 374cfae

Please sign in to comment.