CASR model passed through args with std gestures
This commit is contained in:
parent
872aec93e1
commit
8ac304a430
@ -61,6 +61,9 @@ class Loco:
|
||||
if casr == 'std':
|
||||
print("CASR with standard gestures")
|
||||
turning_output_size = 3
|
||||
if casr_model:
|
||||
turning_model_path = casr_model
|
||||
else:
|
||||
turning_model_path = "/home/beauvill/Repos/monoloco/data/outputs/casr_standard-210613-0005.pkl"
|
||||
elif casr == 'nonstd':
|
||||
turning_output_size = 4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user