Code for predicting actions (STRAIGHT
, STILL
, LEFT
, RIGHT
) from the
multi-path top layer representations. For the purpose, an SVM is used.
action_utils.py
holds some utility functions.predict_actions_with_SVM.py
is the main script.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Code for predicting actions (STRAIGHT
, STILL
, LEFT
, RIGHT
) from the
multi-path top layer representations. For the purpose, an SVM is used.
action_utils.py
holds some utility functions.predict_actions_with_SVM.py
is the main script.