mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-13 04:13:58 +08:00

* add tests for timvx * add mobilenetv1 test * update code * fix log info * update log * fix test --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
python download_models.py
|
|
|
|
wget https://bj.bcebos.com/fastdeploy/models/results.tar.gz
|
|
tar -xf results.tar.gz && rm -rf results.tar.gz
|