video_prediction
video_prediction copied to clipboard
bash download pre-trained model gives an error
bash pretrained_models/download_model.sh bair_action_free ours_savp
gives error: declare: -A: invalid option
Had to change it to -a for it to work. In case anyone has the same issue.