You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "optical_flow_tracking_3d.py", line 56, in
dst_pts, dst = pf.brisk_flann(img1, img2_fframe)
File "/home/kaushal/Augmented_Reality/code/process_func.py", line 76, in brisk_flann
dst_pts
UnboundLocalError: local variable 'dst_pts' referenced before assignment
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "optical_flow_tracking_3d.py", line 56, in
dst_pts, dst = pf.brisk_flann(img1, img2_fframe)
File "/home/kaushal/Augmented_Reality/code/process_func.py", line 76, in brisk_flann
dst_pts
UnboundLocalError: local variable 'dst_pts' referenced before assignment
The text was updated successfully, but these errors were encountered: