Skip to content

Commit b587a1c

Browse files
Removed typo / from model path
1 parent 7cdf39a commit b587a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/segmentation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Initializer() {
1515
std::vector<SEG::DL_RESULT> resSam;
1616
params_encoder.rectConfidenceThreshold = 0.1;
1717
params_encoder.iouThreshold = 0.5;
18-
params_encoder.modelPath = "/home/amigo//Documents/repos/sam_onnx_ros/build/SAM_encoder.onnx";
18+
params_encoder.modelPath = "/home/amigo/Documents/repos/sam_onnx_ros/build/SAM_encoder.onnx";
1919
params_encoder.imgSize = {1024, 1024};
2020

2121
params_decoder = params_encoder;

0 commit comments

Comments
 (0)