Skip to content

Commit

Permalink
Merge pull request #19 from BabyTigers-R/16-adjusting-the-programs-to…
Browse files Browse the repository at this point in the history
…-control-the-robot-arm

The file is made by Shohei.
  • Loading branch information
wadaru authored Apr 20, 2024
2 parents c818b37 + 8d39fd4 commit 16d172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/module_belt_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __call__(self, img):
self.ref_line = int(self.w/2) - 88

# 類似度の高い部分を検出する
threshold = 0.5
threshold = 0.7
#print(res.dtype)
loc = np.where(self.res == np.max(self.res))
matching_loc = np.array([loc[1][0], loc[0][0]])
Expand Down

0 comments on commit 16d172a

Please sign in to comment.