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
Currently, board builder cannot find the position of markers with no direct relation to the reference marker (haven't appeared in the same frame). This can be solved with a BFS search algorithm which I have in board_builder/utils/graph_search.py. A test case has been written in board_builder/test/graph_search_test.py to demonstrate the feasability of the algorithm. All that's left is to implement it in board builder, in the method build_board().
The text was updated successfully, but these errors were encountered:
Currently, board builder cannot find the position of markers with no direct relation to the reference marker (haven't appeared in the same frame). This can be solved with a BFS search algorithm which I have in board_builder/utils/graph_search.py. A test case has been written in board_builder/test/graph_search_test.py to demonstrate the feasability of the algorithm. All that's left is to implement it in board builder, in the method build_board().
The text was updated successfully, but these errors were encountered: