-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Model] Modify SR #674
[Model] Modify SR #674
Conversation
@@ -18,7 +18,7 @@ cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-x.x.x | |||
make -j | |||
|
|||
# 下载BasicVSR模型文件和测试视频 | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/BasicVSR_reds_x4.tar | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/BasicVSR_reds_x4.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar
@@ -13,15 +13,15 @@ git clone https://github.com/PaddlePaddle/FastDeploy.git | |||
cd FastDeploy/examples/vision/sr/basicvsr/python | |||
|
|||
# 下载BasicVSR模型文件和测试视频 | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/BasicVSR_reds_x4.tar | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/BasicVSR_reds_x4.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar
@@ -19,17 +19,17 @@ cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-x.x.x | |||
make -j | |||
|
|||
# 下载EDVR模型文件和测试视频 | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/EDVR_M_wo_tsa_SRx4.tar | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/EDVR_M_wo_tsa_SRx4.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar
@@ -13,15 +13,15 @@ git clone https://github.com/PaddlePaddle/FastDeploy.git | |||
cd FastDeploy/examples/vision/sr/edvr/python | |||
|
|||
# 下载VSR模型文件和测试视频 | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/EDVR_M_wo_tsa_SRx4.tar | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/EDVR_M_wo_tsa_SRx4.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar
@@ -19,7 +19,7 @@ cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-x.x.x | |||
make -j | |||
|
|||
# 下载PP-MSVSR模型文件和测试视频 | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/PP-MSVSR_reds_x4.tar | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/PP-MSVSR_reds_x4.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar
@@ -13,15 +13,15 @@ git clone https://github.com/PaddlePaddle/FastDeploy.git | |||
cd FastDeploy/examples/vision/sr/ppmsvsr/python | |||
|
|||
# 下载VSR模型文件和测试视频 | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/PP-MSVSR_reds_x4.tar | |||
wget https://bj.bcebos.com/paddlehub/fastdeploy/PP-MSVSR_reds_x4.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tar
PR types(PR类型)
[Model] Modify SR models
Describe