gelsightinc / gsrobotics

GelSight SDK for robotic sensors
GNU General Public License v3.0
80 stars 24 forks source link

Segmentation Fault(core dumped) when trying to run tracking.py #12

Open apravenkat opened 1 year ago

apravenkat commented 1 year ago

I am continuously getting Segmentation Fault(Core Dump) whenever I try to run tracking.py under demos. I am using Ubunutu 20.04. The fault is thrown when m.flow() is called.

debrashure commented 1 year ago

I refactored the marker tracking demos and added 2 new algorithms you might want to try, mean-shift and optical flow.

You could also try debugging the code. The c++ code is in the repository here:

https://github.com/gelsightinc/gsrobotics/blob/main/demos/mini_tracking_linux_V0/tracking_class.cpp