Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Nov 17, 2023
1 parent c4414fa commit b05c00a
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[HRNET_SEGMENTATION]
backend_type="trt"

[HRNET_SEGMENTATION_TRT]
model_file_path="../weights/scene_segmentation/hrnet/hrnetw48_ccd_fp32.engine"

[HRNET_SEGMENTATION_ONNX]
model_file_path="../weights/scene_segmentation/hrnet/hrnetw48_ccd.onnx"
model_threads_num=4
compute_backend="cuda"
gpu_device_id=0

[HRNET_SEGMENTATION_MNN]
model_file_path="../weights/scene_segmentation/hrnet/hrnetw48_ccd.mnn"
model_threads_num=4
compute_backend="cpu"
backend_precision_mode=0
backend_power_mode=0

[BACKEND_DICT]
trt=0
onnx=1
mnn=2

0 comments on commit b05c00a

Please sign in to comment.