File size: 451 Bytes
da855ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
mkdir -p assets/actionrecognition/
cd assets/actionrecognition/
echo -e "Downloading the HumanAct12 action recognition model"
wget https://raw.githubusercontent.com/EricGuo5513/action-to-motion/master/model_file/action_recognition_model_humanact12.tar -O humanact12_gru.tar
echo -e
echo -e "Downloading the UESTC action recognition model"
gdown "https://drive.google.com/uc?id=1bSSD69s1dHY7Uk0RGbGc6p7uhUxSDSBK"
echo -e
echo -e "Downloading done!"
|