Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Nov 7, 2023
1 parent 16b2d55 commit c4da458
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions conf/model/feature_point/lightglue/lightglue_512_config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[LIGHTGLUE]
backend_type="onnx"

[LIGHTGLUE_ONNX]
model_file_path="../weights/feature_point/lightglue/superpoint_lightglue_end2end.onnx"
model_threads_num=4
compute_backend="cuda"
gpu_device_id=0
match_thresh=0.5
long_side_length=512.0

[LIGHTGLUE_TRT]
model_file_path="../weights/feature_point/lightglue/superpoint_lightglue_end2end.engine"
long_side_length=512.0

[BACKEND_DICT]
onnx=0
trt=1

0 comments on commit c4da458

Please sign in to comment.