-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
@duyipai When enabling shear force estimation, the gaussian filter in markerdetection.py seems to be taking a long time for me (1+ min):
gsmini/gsmini/markertracker.py
Line 41 in eb043e3
| filtim = gauss_filt(mxim, gf) |
then i get the following error:
File "/home/aloha/interbotix_ws/src/gsmini/gsmini/gsdevice.py", line 126, in connect
mtracker = MarkerTracker(np.float32(self._img) / 255.0)
File "/home/aloha/interbotix_ws/src/gsmini/gsmini/markertracker.py", line 94, in __init__
) = self.assign_coordinates(sorted_centers)
File "/home/aloha/interbotix_ws/src/gsmini/gsmini/markertracker.py", line 239, in assign_coordinates
x0 = x_coords[idx]
IndexError: list index out of range
Metadata
Metadata
Assignees
Labels
No labels