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